Author: doogie
Date: Wed Sep 8 19:03:02 2010
New Revision: 995199
URL:
http://svn.apache.org/viewvc?rev=995199&view=revLog:
Add a missing attribute, recurringAmount, for service
updateFeatureToProductApplication.
Modified:
ofbiz/trunk/applications/product/servicedef/services_feature.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_feature.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_feature.xml?rev=995199&r1=995198&r2=995199&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_feature.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_feature.xml Wed Sep 8 19:03:02 2010
@@ -93,6 +93,7 @@ under the License.
<attribute name="thruDate" type="java.sql.Timestamp" mode="IN" optional="true"/>
<attribute name="sequenceNum" type="Long" mode="IN" optional="true"/>
<attribute name="amount" type="BigDecimal" mode="IN" optional="true"/>
+ <attribute name="recurringAmount" type="BigDecimal" mode="IN" optional="true"/>
</service>
<service name="removeFeatureFromProduct" engine="simple"
location="component://product/script/org/ofbiz/product/feature/ProductFeatureServices.xml" invoke="removeFeatureFromProduct" auth="true">