details:   /erp/devel/pi/rev/5dd3d4843cb3
changeset: 7834:5dd3d4843cb3
user:      Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
date:      Sun Jul 11 10:56:34 2010 +0530
summary:   Fixes issue 13852: Rollback missed in CreateFrom class.

diffstat:

 src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2f62a7abe8fa -r 5dd3d4843cb3 
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
--- a/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java       Fri Jul 
09 17:50:42 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java       Sun Jul 
11 10:56:34 2010 +0530
@@ -1441,6 +1441,7 @@
         if (dataAux == null || dataAux.length == 0) {
           myMessage = Utility.translateError(this, vars, vars.getLanguage(),
               "PriceListVersionNotFound");
+          releaseRollbackConnection(conn);
           return myMessage;
         }
         strPriceListVersion = dataAux[0].id;

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to