fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10731] property: temp


From: Sigurd Nes
Subject: [Fmsystem-commits] [10731] property: temp
Date: Wed, 30 Jan 2013 07:39:00 +0000

Revision: 10731
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10731
Author:   sigurdne
Date:     2013-01-30 07:38:59 +0000 (Wed, 30 Jan 2013)
Log Message:
-----------
property: temp

Modified Paths:
--------------
    trunk/property/inc/class.soproject.inc.php
    trunk/property/inc/class.soworkorder.inc.php

Modified: trunk/property/inc/class.soproject.inc.php
===================================================================
--- trunk/property/inc/class.soproject.inc.php  2013-01-30 07:37:18 UTC (rev 
10730)
+++ trunk/property/inc/class.soproject.inc.php  2013-01-30 07:38:59 UTC (rev 
10731)
@@ -710,7 +710,7 @@
 
 */
 
-                                       $_get_accounting = true;
+                                       $_get_accounting = false;
                                        if($_get_accounting)
                                        {
 

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2013-01-30 07:37:18 UTC 
(rev 10730)
+++ trunk/property/inc/class.soworkorder.inc.php        2013-01-30 07:38:59 UTC 
(rev 10731)
@@ -793,7 +793,7 @@
                                        $_paid_filter = " AND (periode > 
{$filter_year}00 AND periode < {$filter_year}13 OR periode IS NULL)";
                                }
 
-                               $_get_accounting = true;
+                               $_get_accounting = false;
                                if($_get_accounting)
                                {
                                $this->db->query($sql_cost,__LINE__,__FILE__);




reply via email to

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