svn commit: r447779 - /incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml

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

svn commit: r447779 - /incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml

jacopoc
Author: jacopoc
Date: Tue Sep 19 01:32:48 2006
New Revision: 447779

URL: http://svn.apache.org/viewvc?view=rev&rev=447779
Log:
Auto mkt packages that are purchased from a supplier are also decomposed when they are received in warehouse.

Modified:
    incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml

Modified: incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml?view=diff&rev=447779&r1=447778&r2=447779
==============================================================================
--- incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml (original)
+++ incubator/ofbiz/trunk/applications/product/servicedef/secas_shipment.xml Tue Sep 19 01:32:48 2006
@@ -99,6 +99,7 @@
     </eca>
     <eca service="createShipmentReceipt" event="commit">
         <condition field-name="shipmentId" operator="is-not-empty"/>
+        <action service="checkDecomposeInventoryItem" mode="sync"/>
         <action service="updatePurchaseShipmentFromReceipt" mode="sync"/>
     </eca>