Bugzilla – Attachment 106502 Details for
Bug 24353
[19.05] privacy_guarantor_checkouts incorrectly shows No on moremember.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24353: [19.05] Correct display of privacy_guarantor_checkouts on moremember.pl
Bug-24353-1905-Correct-display-of-privacyguarantor.patch (text/plain), 1.88 KB, created by
Alex Arnaud
on 2020-07-03 13:11:43 UTC
(
hide
)
Description:
Bug 24353: [19.05] Correct display of privacy_guarantor_checkouts on moremember.pl
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2020-07-03 13:11:43 UTC
Size:
1.88 KB
patch
obsolete
>From c16dbce12f03d3ba384e45b54ebc64f3713099d9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 23 May 2020 04:41:59 +0000 >Subject: [PATCH] Bug 24353: [19.05] Correct display of > privacy_guarantor_checkouts on moremember.pl > >The variable for 'Show checkouts to guarantor' was incorrect so >it would always show as 'No' on the Details tab in the patron >account in staff. > >To test: >- find/create a patron with a guarantor >- Set AllowStaffToSetCheckoutsVisibilityForGuarantor and AllowPatronToSetCheckoutsVisibilityForGuarantor to Allow >- Edit patron to set Show Checkouts to Guarantor to Yes >- Confirm patron incorrectly shows "No" on moremember.pl (Details tab) >- Apply patch >- Confirm the display changes to "Yes" >- Change the value to "No" in the patron record >- Verify that the display changed accordingly > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index f8535d39f6..38dc7cb1a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -484,7 +484,7 @@ > > <li id="patron-privacyguarantor"> > <span class="label">Show checkouts to guarantor</span> >- [% IF privacy_guarantor_checkouts %] >+ [% IF patron.privacy_guarantor_checkouts %] > Yes > [% ELSE %] > No >-- >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 24353
:
105301
|
106422
| 106502