Bugzilla – Attachment 100779 Details for
Bug 20648
"Display in check-out" renamed to "Display in patron's brief information" on patron attributes configuration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20648: Attribute option 'Display in check-out' should be renamed
Bug-20648-Attribute-option-Display-in-check-out-sh.patch (text/plain), 2.01 KB, created by
David Roberts
on 2020-03-16 16:47:45 UTC
(
hide
)
Description:
Bug 20648: Attribute option 'Display in check-out' should be renamed
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-03-16 16:47:45 UTC
Size:
2.01 KB
patch
obsolete
>From 011423b7dda50e4c3c46bf22d0c60402eda8634f Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Mon, 16 Mar 2020 16:14:31 +0000 >Subject: [PATCH] Bug 20648: Attribute option 'Display in check-out' should be > renamed > >This patch rewords the 'Display in check-out' option in the patron >attribute policy > >To test: > >1) Apply patch >2) Go to /cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type >3) Check that the 8th line down has been renamed to "Display in patron's >brief information:" >4) Check the description of this same option has been changed to "Check >to show this attribute in the brief information panel in the patron's >record (staff client)." >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index d4cecaafdf7..81472f2493a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -132,13 +132,13 @@ > [% END %] > <span>Check to make this attribute staff_searchable in the staff patron search.</span> > </li> >- <li><label for="display_checkout">Display in check-out: </label> >+ <li><label for="display_checkout">Display in patron's brief information: </label> > [% IF display_checkout_checked %] > <input type="checkbox" id="display_checkout" name="display_checkout" checked="checked" /> > [% ELSE %] > <input type="checkbox" id="display_checkout" name="display_checkout" /> > [% END %] >- <span>Check to show this attribute in patron check-out.</span> >+ <span>Check to show this attribute in the brief information panel in the patron's record (staff client).</span> > </li> > > <li><label for="authorised_value_category">Authorized value category: </label> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20648
:
100779
|
101774
|
101795
|
101819