fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8928] property: debug


From: Sigurd Nes
Subject: [Fmsystem-commits] [8928] property: debug
Date: Mon, 20 Feb 2012 07:52:59 +0000

Revision: 8928
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8928
Author:   sigurdne
Date:     2012-02-20 07:52:58 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
property: debug

Modified Paths:
--------------
    trunk/property/inc/class.soinvoice.inc.php

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2012-02-20 07:13:41 UTC (rev 
8927)
+++ trunk/property/inc/class.soinvoice.inc.php  2012-02-20 07:52:58 UTC (rev 
8928)
@@ -192,7 +192,7 @@
 
                        $sql = "SELECT bilagsnr, bilagsnr_ut, count(bilagsnr) 
as invoice_count, sum(belop) as belop, sum(godkjentbelop) as 
godkjentbelop,spvend_code,fakturadato FROM  $table $join_tables $filtermethod 
$querymethod GROUP BY periode, 
bilagsnr,bilagsnr_ut,spvend_code,fakturadato,oppsynsigndato,saksigndato,budsjettsigndato";
                        $sql2 = "SELECT DISTINCT bilagsnr FROM  $table 
$join_tables $filtermethod $querymethod";
-                       _debug_array($sql);
+//_debug_array($sql);
                        $this->db->query($sql2,__LINE__,__FILE__);
                        $this->total_records = $this->db->num_rows();
 




reply via email to

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