From: Liz Rea Date: Tue, 9 Apr 2019 19:37:13 +0000 (+0000) Subject: Bug 20837: (QA follow-up) adding missing filter to make QA tool happy X-Git-Tag: v19.05.00~314 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=ab2e7730387156841adc18b1659241f427bde7ef 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 --- 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 %].