fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16015] revert test


From: sigurdne
Subject: [Fmsystem-commits] [16015] revert test
Date: Tue, 22 Nov 2016 12:25:48 +0000 (UTC)

Revision: 16015
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16015
Author:   sigurdne
Date:     2016-11-22 12:25:48 +0000 (Tue, 22 Nov 2016)
Log Message:
-----------
revert test

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




reply via email to

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