fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8194] voucher handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [8194] voucher handling
Date: Thu, 24 Nov 2011 14:34:48 +0000

Revision: 8194
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8194
Author:   sigurdne
Date:     2011-11-24 14:34:48 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
voucher handling

Modified Paths:
--------------
    trunk/property/inc/export/default/Basware_X114

Modified: trunk/property/inc/export/default/Basware_X114
===================================================================
--- trunk/property/inc/export/default/Basware_X114      2011-11-24 12:56:07 UTC 
(rev 8193)
+++ trunk/property/inc/export/default/Basware_X114      2011-11-24 14:34:48 UTC 
(rev 8194)
@@ -392,7 +392,7 @@
                
                protected function errorhandler($batchid,$error_desr)
                {
-                       if($this->db->Transaction)
+                       if($this->db->get_transaction())
                        {
                                $this->db->transaction_abort();
                        }
@@ -400,7 +400,7 @@
                        $meld = $error_desr;
                
                        //Vis feilmelding
-//                     echo $meld;
+                       echo $meld;
                
                        //Lagre feilmelding
                        $this->log_error($batchid,$error_desr);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]