Author: sichen
Date: Tue Oct 9 09:52:18 2007
New Revision: 583221
URL:
http://svn.apache.org/viewvc?rev=583221&view=revLog:
Make the append item to order service more useful to purchase orders. The service required a prodCatalogId, but it needs to be optional for POs.
Modified:
ofbiz/trunk/applications/order/servicedef/services.xml
Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=583221&r1=583220&r2=583221&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Tue Oct 9 09:52:18 2007
@@ -303,7 +303,7 @@
<attribute name="orderId" type="String" mode="INOUT" optional="false"/>
<attribute name="shipGroupSeqId" type="String" mode="IN" optional="false"/>
<attribute name="productId" type="String" mode="IN" optional="false"/>
- <attribute name="prodCatalogId" type="String" mode="IN" optional="false"/>
+ <attribute name="prodCatalogId" type="String" mode="IN" optional="true"/>
<attribute name="basePrice" type="BigDecimal" mode="IN" optional="true"/>
<attribute name="quantity" type="Double" mode="IN" optional="false"/>
<attribute name="amount" type="Double" mode="IN" optional="true"/>