Author: jacopoc
Date: Thu Sep 3 15:05:42 2009
New Revision: 810985
URL:
http://svn.apache.org/viewvc?rev=810985&view=revLog:
No reason to keep this parameter non optional: order terms are not required to create an order.
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=810985&r1=810984&r2=810985&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Thu Sep 3 15:05:42 2009
@@ -115,7 +115,7 @@
<attribute name="salesChannelEnumId" type="String" mode="IN" optional="true"/>
<attribute name="orderItemGroups" type="List" mode="IN" optional="true"/>
<attribute name="orderItems" type="List" mode="IN" optional="false"/>
- <attribute name="orderTerms" type="List" mode="IN" optional="false"/>
+ <attribute name="orderTerms" type="List" mode="IN" optional="true"/>
<!-- workeffort contains the rental start/enddate, nbr of persons. WorkEfforts is mandatory for ordertype = RENTAL_ORDER_ITEM-->
<attribute name="workEfforts" type="List" mode="IN" optional="true"/>
<attribute name="orderAdjustments" type="List" mode="IN" optional="false"/>