svn commit: r550624 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java

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

svn commit: r550624 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java

jaz-3
Author: jaz
Date: Mon Jun 25 15:02:09 2007
New Revision: 550624

URL: http://svn.apache.org/viewvc?view=rev&rev=550624
Log:
now sending the account id back

Modified:
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java?view=diff&rev=550624&r1=550623&r2=550624
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java Mon Jun 25 15:02:09 2007
@@ -136,6 +136,7 @@
                         if (ServiceUtil.isError(roleResp)) {
                             return roleResp;
                         }
+                        finAccountId = creditAccountId; // update the finAccountId for return parameter
                     }
                 }
                 if (creditAccount == null) {