details:   https://code.openbravo.com/erp/devel/pi/rev/0405646fd9b6
changeset: 16834:0405646fd9b6
user:      Mikel Irurita <mikel.irurita <at> openbravo.com>
date:      Wed Jun 13 16:32:36 2012 +0200
summary:   Related to issue 20739: restore flush() needed

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 04d8ff337b7d -r 0405646fd9b6 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
     Wed Jun 13 20:10:44 2012 +0545
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
     Wed Jun 13 16:32:36 2012 +0200
@@ -85,7 +85,7 @@
 
       // payment.setProcessNow(true);
       // OBDal.getInstance().save(payment);
-      // OBDal.getInstance().flush();
+      OBDal.getInstance().flush();
       if (strAction.equals("P") || strAction.equals("D")) {
         // Guess if this is a refund payment
         boolean isRefund = false;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to