fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16019] revert test


From: sigurdne
Subject: [Fmsystem-commits] [16019] revert test
Date: Wed, 23 Nov 2016 13:21:45 +0000 (UTC)

Revision: 16019
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16019
Author:   sigurdne
Date:     2016-11-23 13:21:44 +0000 (Wed, 23 Nov 2016)
Log Message:
-----------
revert test

Modified Paths:
--------------
    branches/Version-1_0-branch/property/inc/export/default/Agresso_X114

Modified: branches/Version-1_0-branch/property/inc/export/default/Agresso_X114
===================================================================
--- branches/Version-1_0-branch/property/inc/export/default/Agresso_X114        
2016-11-23 02:31:59 UTC (rev 16018)
+++ branches/Version-1_0-branch/property/inc/export/default/Agresso_X114        
2016-11-23 13:21:44 UTC (rev 16019)
@@ -156,8 +156,7 @@
                        }
                        $this->db->query($sql,__LINE__,__FILE__);
                        $vouchers_step1 = array();
-//                     while ($this->db->next_record())
-                       if ($this->db->next_record()) // testing for transfere 
to new version
+                       while ($this->db->next_record())
                        {
                                $vouchers_step1[]       = 
$this->db->f('bilagsnr');
                        }
@@ -181,8 +180,7 @@
                        $this->db->query($sql,__LINE__,__FILE__);
                        while( $this->db->next_record() )
                        {
-                               // testing for transfere to new version
-//                             $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]