[OFBiz] SVN: r6619 - trunk/applications/product/servicedef
jaz@svn.ofbiz.org
jaz at svn.ofbiz.org
Mon Jan 30 23:21:53 CST 2006
Author: jaz
Date: 2006-01-30 23:21:51 -0600 (Mon, 30 Jan 2006)
New Revision: 6619
Modified:
trunk/applications/product/servicedef/services_shipment.xml
Log:
goes with previous commit; to post receipt ID to InventoryItemDetail record
Modified: trunk/applications/product/servicedef/services_shipment.xml
===================================================================
--- trunk/applications/product/servicedef/services_shipment.xml 2006-01-31 05:20:40 UTC (rev 6618)
+++ trunk/applications/product/servicedef/services_shipment.xml 2006-01-31 05:21:51 UTC (rev 6619)
@@ -420,6 +420,7 @@
<service name="interfaceShipmentReceipt" engine="interface" location="" invoke="">
<description>ShipmentReceipt Interface</description>
<auto-attributes entity-name="ShipmentReceipt" include="nonpk" mode="IN" optional="true"/>
+ <attribute name="inventoryItemDetailSeqId" type="String" mode="IN" optional="true"/>
<override name="inventoryItemId" optional="false"/>
<override name="productId" optional="false"/>
<override name="quantityAccepted" optional="false"/>
More information about the Svn
mailing list