From f680e9ef8561321b99a6dea4a9696dbd33328b5f 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4b60a4cc0c..bca8b25940 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 %].

    -- 2.11.0