svn commit: r823163 - /ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

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

svn commit: r823163 - /ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

ashish-18
Author: ashish
Date: Thu Oct  8 13:23:04 2009
New Revision: 823163

URL: http://svn.apache.org/viewvc?rev=823163&view=rev
Log:
ShipmentMenifest.fo.ftl uses UiLabel from OrderMgr component but it is not included in the Screen definition. Adding the missing UiLabel map entry.
Patch from Akash Jain - Thanks!

Modified:
    ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=823163&r1=823162&r2=823163&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Thu Oct  8 13:23:04 2009
@@ -391,6 +391,7 @@
             <actions>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
 
                 <set field="shipmentId" from-field="parameters.shipmentId"/>
                 <script location="component://product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy"/>