Author: jonesde
Date: Mon Jul 16 20:35:30 2007
New Revision: 556800
URL:
http://svn.apache.org/viewvc?view=rev&rev=556800Log:
Changed the oldOwnerPartyId to be optional; making it not optional is a problem because it is common that the ownerPartyId won't be set; should fix various problems related to this.
Modified:
ofbiz/trunk/applications/product/servicedef/services_facility.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?view=diff&rev=556800&r1=556799&r2=556800==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Mon Jul 16 20:35:30 2007
@@ -59,7 +59,7 @@
<exclude field-name="availableToPromiseTotal"/>
<exclude field-name="quantityOnHandTotal"/>
</auto-attributes>
- <attribute name="oldOwnerPartyId" mode="OUT" optional="false" type="String"/>
+ <attribute name="oldOwnerPartyId" mode="OUT" optional="true" type="String"/>
<attribute name="oldProductId" mode="OUT" optional="true" type="String"/>
<attribute name="oldStatusId" mode="OUT" optional="true" type="String"/>
</service>