Bug 5336: (follow-up) miscellaneous changes
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 1 Jul 2013 14:27:32 +0000 (16:27 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 13:29:00 +0000 (13:29 +0000)
- fix capitalization
- fix update database message

Signed-off-by: Pierre Angot <tredok.pierre@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt

index c6288c5..aa2e411 100755 (executable)
@@ -7314,7 +7314,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);
 }
 
index e71d45d..e82c141 100644 (file)
@@ -32,7 +32,7 @@
        
 [% UNLESS ( order_loop ) %]<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
 <fieldset class="rows">
-       <legend>Search Orders</legend>
+    <legend>Search orders</legend>
                <ol>
                <li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% title %]" /></li>
                <li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% author %]" /></li>
@@ -49,7 +49,7 @@
         </li>
 
         <li>
-            <label for="orderstatus">Order Status: </label>
+            <label for="orderstatus">Order status: </label>
             <select name="orderstatus" id="orderstatus">
                 <option value=""></option>
                 <option value="0">New</option>