From 739ad1aebd2fd04e6ab97edf44ae6802f2bae6db Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit b46f4128ea250010b644aa55b544c3c663a7fd17) Signed-off-by: Julian Maurice --- 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 60cc26fe84..59e67e7294 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -734,7 +734,7 @@ No patron matched [% message %] [% IF ( modifications ) %]
  • Pending modifications: Patron has pending modifications. - [% IF ( CAN_user_borrowers ) %] + [% IF CAN_user_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %] View all pending patron modifications [% END %]
  • -- 2.11.4.GIT