Author: jacopoc
Date: Thu Oct 10 13:30:55 2013
New Revision: 1530973
URL:
http://svn.apache.org/r1530973Log:
Applied fix from trunk for revision: 1530972
===
Removed redundant attributes; thanks to Adrian Crum for the review.
Modified:
ofbiz/branches/release13.07/ (props changed)
ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1530972
Modified: ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=1530973&r1=1530972&r2=1530973&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml Thu Oct 10 13:30:55 2013
@@ -943,10 +943,10 @@ under the License.
<set field="inMap.customTimePeriodId" from-field="parameters.customTimePeriodId"/>
<set field="inMap.glAccountId" from-field="parameters.glAccountId"/>
<call-service service-name="computeGlAccountBalanceForTimePeriod" in-map-name="inMap">
- <result-to-field field="openingBalance" result-name="openingBalance"/>
- <result-to-field field="endingBalance" result-name="endingBalance"/>
- <result-to-field field="postedDebits" result-name="postedDebits"/>
- <result-to-field field="postedCredits" result-name="postedCredits"/>
+ <result-to-field result-name="openingBalance"/>
+ <result-to-field result-name="endingBalance"/>
+ <result-to-field result-name="postedDebits"/>
+ <result-to-field result-name="postedCredits"/>
</call-service>
<!-- persist the balances -->
<set field="glAccountHistory.openingBalance" from-field="openingBalance"/>