---
 .../prog/en/modules/acqui/parcels.tmpl             |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
index 68eb588..09f8744 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
@@ -116,12 +116,13 @@
             <input type="text" size="20" id="gst" name="gst" />
         </li>
                <!--/TMPL_IF-->
-        <li>
+      <!--  // Removing freight input until shipping can be proplerly handled .
+         <li>
             <label for="freight">Shipping:</label>
             <input type="text" size="20" id="freight" name="freight" />
-        </li>
+        </li> -->
          <li><label for="datereceived">Shipment date: </label>
-            <input type="text" id="datereceived" name="datereceived"  
maxlength="10" size="10"  value="<!-- TMPL_VAR NAME="datereceived" -->" />
+            <input type="text" id="datereceived" name="datereceived"  
maxlength="10" size="10"  value="<!-- TMPL_VAR NAME="datereceived_today" -->" />
             <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" 
id="datereceived_button" alt="Show Calendar" />
       <script language="JavaScript" type="text/javascript">
         Calendar.setup(
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to