Bug 12395: (QA follow-up) Change wording for consistency and fix use CGI;
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 16 Apr 2018 21:10:15 +0000 (21:10 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 14:01:50 +0000 (14:01 +0000)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

acqui/showorder.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt

index d3ea597..30f8c06 100755 (executable)
@@ -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;
index b34e3b9..072e101 100644 (file)
@@ -12,7 +12,7 @@
                         [% order.entrydate %]
                     </li>
                     <li>
-                        <span class="label">Creator: </span>
+                        <span class="label">Ordered by: </span>
                         [% creator.firstname %] [% creator.surname %]
                     </li>
                     <li>