Author: ashish
Date: Thu Jun 25 10:45:56 2009
New Revision: 788314
URL:
http://svn.apache.org/viewvc?rev=788314&view=revLog:
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/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=788314&r1=788313&r2=788314&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 Jun 25 10:45:56 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">