@@ -, +, @@ "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. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/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 (%)   --