bug 5258 change 'order' to 'order line' on receive page
authorNicole Engard <nengard@bywatersolutions.com>
Thu, 28 Oct 2010 13:45:04 +0000 (09:45 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 1 Nov 2010 22:19:55 +0000 (11:19 +1300)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl

index 9f7f11e..d3409ca 100644 (file)
     <thead>
         <tr>
             <th>Basket</th>
-            <th>Order</th>
+            <th>Order Line</th>
             <th>Summary</th>
            <th>View Record</th>
             <th>Quantity</th>
         <thead>
            <tr>
                <th>Basket</th>
-               <th>Order</th>
+               <th>Order Line</th>
                <th>Summary</th>
                <th>View Record</th>
                <th>Est cost</th>
                </li>
 
                <li>
-                   <label for="orderfilter">Order :</label>
+                   <label for="orderfilter">Order Line :</label>
                    <input type="text" name="orderfilter" id="orderfilter" />
                </li>
            </ol>