Author: ashish
Date: Thu Jun 25 10:49:11 2009
New Revision: 788315
URL:
http://svn.apache.org/viewvc?rev=788315&view=revLog:
Applied fix from trunk revision: 788314
Applied patch from jira issue OFBIZ-2658 (After revet an account transaction, next screen displayed shoud be the reverted transaction.)
Thanks Sumit for your contribution.
Modified:
ofbiz/branches/release09.04/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
Modified: ofbiz/branches/release09.04/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=788315&r1=788314&r2=788315&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/branches/release09.04/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml Thu Jun 25 10:49:11 2009
@@ -2208,6 +2208,7 @@
<call-service service-name="createAcctgTrans" in-map-name="createAcctgTransInMap">
<result-to-field result-name="acctgTransId" field="newAcctgTrans.acctgTransId"/>
+ <result-to-result result-name="acctgTransId"/>
</call-service>
<get-related list="acctgTransEntries" relation-name="AcctgTransEntry" value-field="acctgTrans"/>
<iterate list="acctgTransEntries" entry="acctgTransEntry">