Bugzilla – Attachment 50452 Details for
Bug 9393
Add note to circulation.pl if borrower has pending modifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9393 [QA Followup] - Don't display link if librarian cannot view the modification
PASSED-QA-Bug-9393-QA-Followup---Dont-display-link.patch (text/plain), 1.37 KB, created by
Katrin Fischer
on 2016-04-20 05:35:08 UTC
(
hide
)
Description:
[PASSED QA] Bug 9393 [QA Followup] - Don't display link if librarian cannot view the modification
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-20 05:35:08 UTC
Size:
1.37 KB
patch
obsolete
>From d1ad86ff6b61904f439f418787fc111a9c5da51b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 19 Apr 2016 11:55:28 +0000 >Subject: [PATCH] [PASSED QA] Bug 9393 [QA Followup] - Don't display link if > librarian cannot view the modification > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index b4ed6eb..8a18781 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -732,7 +732,7 @@ No patron matched <span class="ex">[% message %]</span> > > [% IF ( modifications ) %] > <li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications. >- [% IF ( CAN_user_borrowers ) %] >+ [% IF CAN_user_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %] > <a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a> > [% END %] > </li> >-- >1.9.1
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 9393
:
14594
|
14595
|
28913
|
50328
|
50329
|
50335
|
50339
|
50384
|
50397
|
50451
| 50452