@@ -, +, @@ - fix capitalization - fix update database message --- installer/data/mysql/updatedatabase.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -7022,7 +7022,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("UPDATE aqorders SET orderstatus=2 WHERE quantity > quantityreceived AND quantityreceived > 0"); $dbh->do("UPDATE aqorders SET orderstatus=3 WHERE quantity=quantityreceived"); $dbh->do("UPDATE aqorders SET orderstatus=4 WHERE datecancellationprinted IS NOT NULL"); - print "Upgrade to $DBversion done (Add category ORDRSTATUS values in authorised_values table)\n"; + print "Upgrade to $DBversion done (Bug 5336: Add the new column aqorders.orderstatus)\n"; SetVersion($DBversion); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -34,7 +34,7 @@ [% UNLESS ( order_loop ) %]
- Search Orders + Search orders
  1. @@ -51,7 +51,7 @@
  2. - +