From 671c462f97b2433c9856a8b0433ad6fe595782bd 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 Content-Type: text/plain; charset="utf-8" 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. --- koha-tmpl/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 4c06846..350b5bc 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' %]