Login  Register

svn commit: r1530972 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

svn commit: r1530972 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

jacopoc
3874 posts
Author: jacopoc
Date: Thu Oct 10 13:29:44 2013
New Revision: 1530972

URL: http://svn.apache.org/r1530972
Log:
Removed redundant attributes; thanks to Adrian Crum for the review.

Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=1530972&r1=1530971&r2=1530972&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml Thu Oct 10 13:29:44 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"/>