fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16013] temporary test for update of receiving system


From: sigurdne
Subject: [Fmsystem-commits] [16013] temporary test for update of receiving system
Date: Tue, 22 Nov 2016 12:08:36 +0000 (UTC)

Revision: 16013
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16013
Author:   sigurdne
Date:     2016-11-22 12:08:36 +0000 (Tue, 22 Nov 2016)
Log Message:
-----------
temporary test for update of receiving system

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

Modified: trunk/property/inc/export/default/Agresso_X114
===================================================================
--- trunk/property/inc/export/default/Agresso_X114      2016-11-22 02:48:48 UTC 
(rev 16012)
+++ trunk/property/inc/export/default/Agresso_X114      2016-11-22 12:08:36 UTC 
(rev 16013)
@@ -155,7 +155,8 @@
                        }
                        $this->db->query($sql, __LINE__, __FILE__);
                        $vouchers_step1 = array();
-                       while ($this->db->next_record())
+//                     while ($this->db->next_record())
+                       if ($this->db->next_record()) // Sigurd: 22/11-2016 
Temporary testing - only one
                        {
                                $vouchers_step1[] = $this->db->f('bilagsnr');
                        }
@@ -179,7 +180,11 @@
                        $this->db->query($sql, __LINE__, __FILE__);
                        while ($this->db->next_record())
                        {
-                               $extra_candidates[] = $this->db->f('bilagsnr');
+
+                               /**
+                                * Sigurd: 22/11-2016 uncomment me when done 
testing
+                                */
+//                             $extra_candidates[] = $this->db->f('bilagsnr');
                        }
 
                        foreach ($extra_candidates as $extra_candidate)




reply via email to

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