fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16014] testing for migration to new version of recei


From: sigurdne
Subject: [Fmsystem-commits] [16014] testing for migration to new version of receiving system
Date: Tue, 22 Nov 2016 12:14:15 +0000 (UTC)

Revision: 16014
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16014
Author:   sigurdne
Date:     2016-11-22 12:14:14 +0000 (Tue, 22 Nov 2016)
Log Message:
-----------
testing for migration to new version of receiving system

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-22 12:08:36 UTC (rev 16013)
+++ branches/Version-1_0-branch/property/inc/export/default/Agresso_X114        
2016-11-22 12:14:14 UTC (rev 16014)
@@ -156,7 +156,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()) // testing for transfere 
to new version
                        {
                                $vouchers_step1[]       = 
$this->db->f('bilagsnr');
                        }
@@ -180,7 +181,8 @@
                        $this->db->query($sql,__LINE__,__FILE__);
                        while( $this->db->next_record() )
                        {
-                               $extra_candidates[]     = 
$this->db->f('bilagsnr');
+                               // testing for transfere to new version
+//                             $extra_candidates[]     = 
$this->db->f('bilagsnr');
                        }
 
                        foreach($extra_candidates as $extra_candidate)




reply via email to

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