Author: deepak
Date: Mon Nov 14 11:29:48 2016
New Revision: 1769598
URL:
http://svn.apache.org/viewvc?rev=1769598&view=revLog:
Fixed: Fixed typo found while reading console.
Modified:
ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml
ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml
Modified: ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml?rev=1769598&r1=1769597&r2=1769598&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml Mon Nov 14 11:29:48 2016
@@ -51,11 +51,11 @@ under the License.
<field-map field-name="statusIdTo" from-field="parameters.statusId"/>
</entity-one>
<if-not-empty field="statusValidChange">
- <set-service-fields service-name="createBudgetStatus" map="parameters" to-map="createBudgetStatusMap"/> mode="IN"/>
+ <set-service-fields service-name="createBudgetStatus" map="parameters" to-map="createBudgetStatusMap"/>
<call-service service-name="createBudgetStatus" in-map-name="createBudgetStatusMap"/>
</if-not-empty>
<else>
- <set-service-fields service-name="createBudgetStatus" map="parameters" to-map="createBudgetStatusMap"/> mode="IN"/>
+ <set-service-fields service-name="createBudgetStatus" map="parameters" to-map="createBudgetStatusMap"/>
<call-service service-name="createBudgetStatus" in-map-name="createBudgetStatusMap"/>
</else>
</if-not-empty>
Modified: ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml?rev=1769598&r1=1769597&r2=1769598&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml Mon Nov 14 11:29:48 2016
@@ -1005,7 +1005,7 @@ under the License.
<call-service service-name="getPartyAccountingPreferences" in-map-name="pref">
<result-to-field result-name="partyAccountingPreference"/>
</call-service>
- <if-compare-field field="invoice.currencyUomId" operator="equals" to-field="partyAccountingPreference.baseCurrencyUomId">>
+ <if-compare-field field="invoice.currencyUomId" operator="equals" to-field="partyAccountingPreference.baseCurrencyUomId">
<set field="isForeign" value="false" type="Boolean"/>
<else>
<set field="isForeign" value="true" type="Boolean"/>
@@ -1013,5 +1013,4 @@ under the License.
</if-compare-field>
<field-to-result field="isForeign"/>
</simple-method>
-
</simple-methods>