svn commit: r980949 - in /ofbiz/branches/release4.0: ./ applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

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

svn commit: r980949 - in /ofbiz/branches/release4.0: ./ applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

jleroux@apache.org
Author: jleroux
Date: Fri Jul 30 20:47:27 2010
New Revision: 980949

URL: http://svn.apache.org/viewvc?rev=980949&view=rev
Log:
"Applied fix from trunk for revision: 980935"
------------------------------------------------------------------------
r980935 | jleroux | 2010-07-30 22:10:06 +0200 (ven. 30 juil. 2010) | 1 ligne

Fix an old bug reported by James McGill on dev ML
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release4.0/   (props changed)
    ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

Propchange: ofbiz/branches/release4.0/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jul 30 20:47:27 2010
@@ -1 +1 @@
-/ofbiz/trunk:536399,539836-539837,618970,627900,629279,674173,676162,676227,676246,679704,690644,705862,706035,706055,706067,706692,721839,721887,728935,737443,738870,741491,808792,814731,827730,890245,942884,943168,954956,958343,958514,965916,967098
+/ofbiz/trunk:536399,539836-539837,618970,627900,629279,674173,676162,676227,676246,679704,690644,705862,706035,706055,706067,706692,721839,721887,728935,737443,738870,741491,808792,814731,827730,890245,942884,943168,954956,958343,958514,965916,967098,980935

Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml?rev=980949&r1=980948&r2=980949&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml Fri Jul 30 20:47:27 2010
@@ -206,10 +206,10 @@ under the License.
             </if-not-empty>
             <if-compare value="0" operator="not-equals" field-name="qtyForShipmentItem" type="Double">
                 <!-- add the qtyForShipmentItem to the shipmentItem -->
-                <set from-field="paremeters.quantity" field="originalQuantity"/>
-                <set from-field="qtyForShipmentItem" field="paremeters.quantity"/>
+                <set from-field="parameters.quantity" field="originalQuantity"/>
+                <set from-field="qtyForShipmentItem" field="parameters.quantity"/>
                 <call-simple-method method-name="findCreateIssueShipmentItem"/>
-                <set from-field="originalQuantity" field="paremeters.quantity"/>
+                <set from-field="originalQuantity" field="parameters.quantity"/>
             </if-compare>
         <else>
             <!-- decrement the orderShipment.quantity -->