Bugzilla – Attachment 101795 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.09 KB, created by
PTFS Europe Sandboxes
on 2020-03-26 10:07:17 UTC
(
hide
)
Description:
Bug 20648: Attribute option 'Display in check-out' should be renamed
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-03-26 10:07:17 UTC
Size:
2.09 KB
patch
obsolete
>From 9bdbb3ba43ad49d6ae9d5e4bf7691655a8f1113a Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Wed, 25 Mar 2020 21:14:06 +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)." > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > 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 b207de8c7e..5812334aa9 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 >@@ -126,13 +126,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 attribute_type AND attribute_type.display_checkout %] > <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