You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/06/19 10:40:39 UTC

svn commit: r786413 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Author: ashish
Date: Fri Jun 19 08:40:39 2009
New Revision: 786413

URL: http://svn.apache.org/viewvc?rev=786413&view=rev
Log:
Applied fix from jira issue OFBIZ-2630 (Small fix to display Item quantity history on order history page.)
Thanks Ratnesh for providing fix for this.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=786413&r1=786412&r2=786413&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Fri Jun 19 08:40:39 2009
@@ -365,7 +365,6 @@
                             <container>
                                 <link target="orderview?orderId=${orderId}" text="${uiLabelMap.OrderBackToOrder}" style="buttontext"/>
                             </container>
-                            <container></container>
                             <include-screen name="OrderShipmentMethodHistory"/>
                             <include-screen name="OrderUnitPriceHistory"/>
                             <include-screen name="OrderQuantityHistory"/>
@@ -420,7 +419,7 @@
         <section>
             <condition>
                 <not>
-                    <if-empty field="orderUnitPriceHistories"/>
+                    <if-empty field="orderQuantityHistories"/>
                 </not>
             </condition>
             <widgets>