phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soinvoice.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soinvoice.inc.php
Date: Tue, 09 May 2006 09:26:58 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/09 09:26:58

Modified files:
        inc            : class.soinvoice.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.soinvoice.inc.php.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: property/inc/class.soinvoice.inc.php
diff -u property/inc/class.soinvoice.inc.php:1.20 
property/inc/class.soinvoice.inc.php:1.21
--- property/inc/class.soinvoice.inc.php:1.20   Mon Apr 17 11:36:05 2006
+++ property/inc/class.soinvoice.inc.php        Tue May  9 09:26:58 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage eco
-       * @version $Id: class.soinvoice.inc.php,v 1.20 2006/04/17 11:36:05 
sigurdne Exp $
+       * @version $Id: class.soinvoice.inc.php,v 1.21 2006/05/09 09:26:58 
sigurdne Exp $
        */
 
        /**
@@ -490,7 +490,7 @@
                                $where= 'AND';
                        }
 
-                       $filtermethod .= " $where (fakturadato >'$start_date') 
AND (fakturadato < '$end_date')";
+                       $filtermethod .= " $where (forfallsdato >'$start_date') 
AND (forfallsdato < '$end_date')";
 
                        $sql = "SELECT district_id,periode,sum(godkjentbelop) 
as consume $select_account_class "
                                . " FROM  fm_ecobilagoverf $this->join 
fm_location1 ON (fm_ecobilagoverf.loc1 = fm_location1.loc1) "




reply via email to

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