From 01da130982804d049d25c32119e728f6dc5598a8 Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Fri, 10 Jan 2020 21:26:16 +0000 Subject: [PATCH] Bug 15686 - Rename "item level holds" circ rule column to "OPAC item level holds" This patch changes the column heading on smart-rules.pl to indicate that it only effects item level holds on the OPAC side, rather than the intranet. To test: 1. Go to Administration, circulation and fine rules. 2. Observe incorrect heading on both the top and bottom of the table. 3. Apply the patch. 4. Repeat step 1. 5. Observe new headings. Signed-off-by: Liz Rea --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index dac351be67..b2d4d4046d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -105,7 +105,7 @@ Holds allowed (daily) Holds per record (count) On shelf holds allowed - Item level holds + OPAC item level holds Article requests Rental discount (%) Actions @@ -387,7 +387,7 @@ Holds allowed (daily) Holds per record (count) On shelf holds allowed - Item level holds + OPAC item level holds Article requests Rental discount (%)   -- 2.11.0