fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11675]


From: Sigurd Nes
Subject: [Fmsystem-commits] [11675]
Date: Tue, 11 Feb 2014 19:47:29 +0000

Revision: 11675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11675
Author:   sigurdne
Date:     2014-02-11 19:47:29 +0000 (Tue, 11 Feb 2014)
Log Message:
-----------


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

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2014-02-11 18:52:12 UTC 
(rev 11674)
+++ trunk/property/inc/class.soworkorder.inc.php        2014-02-11 19:47:29 UTC 
(rev 11675)
@@ -1854,6 +1854,7 @@
                                $this->db->next_record();
                                $current_paid_period = 
(int)$this->db->f('periode');
 
+/*
                                //total payment;
                                $sql = "SELECT sum(actual_cost) AS actual_cost"
                                . " FROM fm_workorder {$this->join} 
fm_orders_paid_or_pending_view ON fm_workorder.id = 
fm_orders_paid_or_pending_view.order_id"
@@ -1862,7 +1863,7 @@
                                $this->db->query($sql,__LINE__,__FILE__);
                                $this->db->next_record();
                                $_actual_cost = $this->db->f('actual_cost');
-
+*/
                                foreach ($_order_budget as $_period => $_budget)
                                {
                                        if($_period == "{$_budget['year']}00" 
&& $_budget['year'] == date('Y'))




reply via email to

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