From dc86b68fbccef1c134e861d166685a811fc9c87f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 15 Sep 2014 08:36:33 -0400 Subject: [PATCH] Bug 12892 [QA Followup] - Encode printed vars as UTF8 --amended to add missing [% USE EncodeUTF8 %] and fixing branch encoding --- .../prog/en/modules/circ/circulation.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 6729f07..e21a93b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1,5 +1,6 @@ [% USE Branches %] [% USE KohaDates %] +[% USE EncodeUTF8 %] [% IF ( export_remove_fields OR export_with_csv_profile ) %] [% SET exports_enabled = 1 %] [% END %] @@ -602,15 +603,15 @@ No patron matched [% message %] [% FOREACH w IN WaitingHolds %] -- 1.7.9.5