fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14964] property: correct field name in query


From: Sigurd Nes
Subject: [Fmsystem-commits] [14964] property: correct field name in query
Date: Mon, 02 May 2016 20:44:23 +0000

Revision: 14964
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14964
Author:   sigurdne
Date:     2016-05-02 20:44:22 +0000 (Mon, 02 May 2016)
Log Message:
-----------
property: correct field name in query

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

Modified: trunk/property/inc/export/default/Agresso_Bergen_Kostfordeling
===================================================================
--- trunk/property/inc/export/default/Agresso_Bergen_Kostfordeling      
2016-05-02 13:35:04 UTC (rev 14963)
+++ trunk/property/inc/export/default/Agresso_Bergen_Kostfordeling      
2016-05-02 20:44:22 UTC (rev 14964)
@@ -510,7 +510,7 @@
                        }
 
                        $sql = "SELECT fm_ecobilag.* 
,fm_part_of_town.district_id"
-                               . " FROM (fm_location1 {$this->join} 
fm_part_of_town ON fm_location1.part_of_town_id = 
fm_part_of_town.part_of_town_id)"
+                               . " FROM (fm_location1 {$this->join} 
fm_part_of_town ON fm_location1.part_of_town_id = fm_part_of_town.id)"
                                . " {$this->join} fm_ecobilag ON 
fm_location1.loc1 = fm_ecobilag.loc1"
                                . " WHERE bilagsnr='$bilagsnr' AND fakturanr = 
'{$fakturanr}'";
 




reply via email to

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