From ead7b938d8da426798eb7337aa1b623fa545da5c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 18 Aug 2016 13:08:33 -0400 Subject: [PATCH] Bug 14612 - Overdue notice triggers should show branchname instead of branchcode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch adds the Branches template plugin to the overdue notice triggers template so that the library name can be shown instead of the branchcode. Also changed: Updated page title to match the name used in tools menus. To test, apply the patch and go to Tools -> Overdue notice/status triggers. - Select a library. - When the page reloads, the 'Defining overdue actions for...' and 'Rules for overdue actions: ' headings should show the library name instead of the branchcode. Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/modules/tools/overduerules.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt index 4c06846f81..350b5bc4aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -1,6 +1,7 @@ [% USE Koha %] +[% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Notice triggers +Koha › Tools › Overdue notice/status triggers [% INCLUDE 'doc-head-close.inc' %]