Bugzilla – Attachment 50397 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]
Bug 9393 [QA Followup] - Don't display link if librarian cannot view the modification
Bug-9393-QA-Followup---Dont-display-link-if-librar.patch (text/plain), 1.30 KB, created by
Kyle M Hall (khall)
on 2016-04-19 11:55:58 UTC
(
hide
)
Description:
Bug 9393 [QA Followup] - Don't display link if librarian cannot view the modification
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-19 11:55:58 UTC
Size:
1.30 KB
patch
obsolete
>From db0b1a81426b2752681d296ccd6716f576cfcdba 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] Bug 9393 [QA Followup] - Don't display link if librarian > cannot view the modification > >--- > 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> >-- >2.1.4
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