From ab2e7730387156841adc18b1659241f427bde7ef Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 9 Apr 2019 19:37:13 +0000 Subject: [PATCH] Bug 20837: (QA follow-up) adding missing filter to make QA tool happy Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- .../prog/en/modules/admin/smart-rules.tt | 2 +- 1 files changed, 1 insertions(+), 1 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 4b60a4c..bca8b25 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 @@ -688,7 +688,7 @@
  • No holds allowed: No patron may put this book on hold.
  • Note: If the system preference 'AllowHoldPolicyOverride' is enabled, these policies can be overridden by your circulation staff.
    - Important: The policies are applied based on the ReservesControlBranch system preference which is set to [% Koha.Preference('ReservesControlBranch') %]. + Important: The policies are applied based on the ReservesControlBranch system preference which is set to [% Koha.Preference('ReservesControlBranch') | html %].

    -- 1.7.2.5