fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11784] property: manual import


From: Sigurd Nes
Subject: [Fmsystem-commits] [11784] property: manual import
Date: Tue, 04 Mar 2014 14:32:18 +0000

Revision: 11784
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11784
Author:   sigurdne
Date:     2014-03-04 14:29:15 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
property: manual import

Modified Paths:
--------------
    trunk/property/inc/class.soXport.inc.php

Modified: trunk/property/inc/class.soXport.inc.php
===================================================================
--- trunk/property/inc/class.soXport.inc.php    2014-03-04 11:55:21 UTC (rev 
11783)
+++ trunk/property/inc/class.soXport.inc.php    2014-03-04 14:29:15 UTC (rev 
11784)
@@ -737,7 +737,7 @@
                                $this->db->transaction_begin();
                        }
 
-                       $this->add($values, $skip_update_voucher_id);
+                       $num = $this->add($values, $skip_update_voucher_id);
                        $this->voucher_id = $values[0]['bilagsnr'];
 
                        $voucher = $this->get_voucher($values[0]['bilagsnr']);
@@ -793,6 +793,10 @@
                        {
                                return $this->db->transaction_commit();
                        }
+                       else
+                       {
+                               return $num;
+                       }
                }
 
 




reply via email to

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