svn commit: r1531847 - /ofbiz/trunk/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: r1531847 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

jleroux@apache.org
Author: jleroux
Date: Mon Oct 14 10:51:13 2013
New Revision: 1531847

URL: http://svn.apache.org/r1531847
Log:
Reverts r1531030 at Jacopo's request related to "Shipment cancellation doesn't revert inventory accounting quantity total" https://issues.apache.org/jira/browse/OFBIZ-5314

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml?rev=1531847&r1=1531846&r2=1531847&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml Mon Oct 14 10:51:13 2013
@@ -596,7 +596,6 @@ under the License.
         <set from-field="itemIssuance.itemIssuanceId" field="createDetailMap.itemIssuanceId"/>
         <set from-field="toCancelQuantity" field="createDetailMap.availableToPromiseDiff"/>
         <set from-field="toCancelQuantity" field="createDetailMap.quantityOnHandDiff"/>
-        <set from-field="toCancelQuantity" field="createDetailMap.accountingQuantityDiff"/>
         <call-service service-name="createInventoryItemDetail" in-map-name="createDetailMap"/>
 
         <!-- reassign inventory reservations  -->