You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/05/27 18:22:35 UTC

svn commit: r779231 - in /ofbiz/trunk/applications/product: script/org/ofbiz/shipment/picklist/PicklistServices.xml widget/facility/FacilityScreens.xml

Author: mor
Date: Wed May 27 16:22:34 2009
New Revision: 779231

URL: http://svn.apache.org/viewvc?rev=779231&view=rev
Log:
Minor fix to the print pick sheet screen as now the service is not invoked in the screen

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
    ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml?rev=779231&r1=779230&r2=779231&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml Wed May 27 16:22:34 2009
@@ -716,7 +716,7 @@
                 <clear-field field="orderHeaderMap"/>
             </if-compare-field>
         </iterate>
-        <field-to-result field="pickMoveInfoList" result-name="pickMoveInfoList"/>
+        <field-to-result field="pickMoveInfoList"/>
     </simple-method>
 
        <!-- Picklist -->

Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=779231&r1=779230&r2=779231&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Wed May 27 16:22:34 2009
@@ -1211,6 +1211,7 @@
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="facilityId" from-field="parameters.facilityId"/>
+                <set field="pickMoveInfoList" from-field="parameters.pickMoveInfoList"/>
                 <script location="component://order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy"/>
             </actions>
             <widgets>