[Koha-patches] [PATCH] [SIGNED-OFF 2/2] bug 5258 change 'order' to 'order line' on receive page

Galen Charlton gmcharlt at gmail.com
Thu Oct 28 15:45:04 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../prog/en/modules/acqui/parcel.tmpl              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl
index 9f7f11e..d3409ca 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl
@@ -179,7 +179,7 @@
     <thead>
         <tr>
             <th>Basket</th>
-            <th>Order</th>
+            <th>Order Line</th>
             <th>Summary</th>
     	    <th>View Record</th>
             <th>Quantity</th>
@@ -249,7 +249,7 @@
         <thead>
 	    <tr>
 		<th>Basket</th>
-		<th>Order</th>
+		<th>Order Line</th>
 		<th>Summary</th>
 		<th>View Record</th>
 		<th>Est cost</th>
@@ -335,7 +335,7 @@
 		</li>
 
 		<li>
-		    <label for="orderfilter">Order :</label>
+		    <label for="orderfilter">Order Line :</label>
 		    <input type="text" name="orderfilter" id="orderfilter" />
 		</li>
 	    </ol>
-- 
1.7.0



More information about the Koha-patches mailing list