Author: jleroux
Date: Wed Jan 17 05:07:51 2007
New Revision: 497012
URL:
http://svn.apache.org/viewvc?view=rev&rev=497012Log:
Fix a problem found while running ant run-install after an ant clean-all on an updated working space.
Moved Atribute from last line above "<override..." lines fixed the problem
Modified:
ofbiz/trunk/applications/product/servicedef/services_shipment.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?view=diff&rev=497012&r1=497011&r2=497012==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Wed Jan 17 05:07:51 2007
@@ -482,12 +482,12 @@
<attribute name="inventoryItemDetailSeqId" type="String" mode="IN" optional="true"/>
<attribute name="priorityOrderId" type="String" mode="IN" optional="true"/>
<attribute name="priorityOrderItemSeqId" type="String" mode="IN" optional="true"/>
+ <attribute name="inventoryItemId" type="String" mode="OUT" optional="true"/>
<override name="quantityAccepted" optional="false"/>
<override name="quantityRejected" optional="false"/>
<override name="inventoryItemTypeId" optional="false"/>
<override name="productId" optional="false"/>
<override name="facilityId" optional="false"/>
- <attribute name="inventoryItemId" type="String" mode="OUT" optional="true"/>
</service>
<service name="quickReceiveReturn" engine="simple"