[OFBiz] SVN: r6739 - trunk/applications/order/script/org/ofbiz/order/opportunity
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Tue Feb 14 20:27:21 CST 2006
Author: sichen
Date: 2006-02-14 20:27:18 -0600 (Tue, 14 Feb 2006)
New Revision: 6739
Modified:
trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml
Log:
Fixed malformed XML issue.
Modified: trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml
===================================================================
--- trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml 2006-02-14 23:33:45 UTC (rev 6738)
+++ trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml 2006-02-15 02:27:18 UTC (rev 6739)
@@ -46,7 +46,7 @@
<create-value value-name="salesForecast"/>
<!-- save the value in the history (this method expects a salesForecast map) -->
- <call-simple-method method-name="saveSalesForecastHistory">
+ <call-simple-method method-name="saveSalesForecastHistory"/>
<!-- return the ID -->
<field-to-result result-name="salesForecastId" field-name="salesForecastId"/>
More information about the Svn
mailing list