@@ -, +, @@ fix use CGI; --- acqui/showorder.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/acqui/showorder.pl +++ a/acqui/showorder.pl @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use Modern::Perl; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth; use C4::Output; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt @@ -12,7 +12,7 @@ [% order.entrydate %]
  • - Creator: + Ordered by: [% creator.firstname %] [% creator.surname %]
  • --