Bugzilla – Attachment 106422 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.83 KB, created by
Victor Grousset/tuxayo
on 2020-06-30 01:56:11 UTC
(
hide
)
Description:
Bug 24353: [19.05] Correct display of privacy_guarantor_checkouts on moremember.pl
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-06-30 01:56:11 UTC
Size:
1.83 KB
patch
obsolete
>From 5fd5a8c5ec62d63aab36941042f03bc5bc12c283 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> >--- > 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.27.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