From cd13db22b3cc092066afe2e1f87d8b44d89f2fd3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 21 Oct 2013 14:54:41 -0700 Subject: [PATCH] Bug 11097 - Hide duplicate patron button if logged in user lacks CAN_user_borrowers permission Content-Type: text/plain; charset="utf-8" The "duplicate" button on the circ/patron toolbar should not appear if the logged in user lacks permission to edit patron records. This patch wraps the button in the required logic. To test, open a patron record in circulation or patrons and view as a staff client user who both has and doesn't have CAN_user_borrowers permission. The button should be shown and not shown accordingly. --- .../prog/en/includes/members-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc index 787b852..258ccc6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc @@ -115,9 +115,9 @@ function searchToHold(){ [% IF ( CAN_user_borrowers ) %] Change password [% END %] + Duplicate [% END %] - Duplicate