svn commit: r508144 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r508144 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

sichen
Author: sichen
Date: Thu Feb 15 12:53:34 2007
New Revision: 508144

URL: http://svn.apache.org/viewvc?view=rev&rev=508144
Log:
no longer set quantity for adding items to order based on last item added, which was a bit confusing

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl?view=diff&rev=508144&r1=508143&r2=508144
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl Thu Feb 15 12:53:34 2007
@@ -124,7 +124,7 @@
                 </tr>
                 <tr>
                   <td align="right"><div class="tableheadtext">${uiLabelMap.OrderQuantity} :</div></td>
-                  <td><input type="text" class="inputBox" size="6" name="quantity" value="${requestParameters.quantity?default("1")}"/></td>
+                  <td><input type="text" class="inputBox" size="6" name="quantity" value=""/></td>
                 </tr>
                 <tr>
                   <td align="right"><div class="tableheadtext">${uiLabelMap.OrderDesiredDeliveryDate} :</div></td>