@@ -, +, @@ --amended to add missing [% USE EncodeUTF8 %] and fixing branch encoding --- .../prog/en/modules/circ/circulation.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/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 %] --