fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10907] property: budget handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [10907] property: budget handling
Date: Mon, 18 Feb 2013 06:47:39 +0000

Revision: 10907
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10907
Author:   sigurdne
Date:     2013-02-18 06:47:38 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
property: budget handling

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

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2013-02-17 20:15:33 UTC 
(rev 10906)
+++ trunk/property/inc/class.soworkorder.inc.php        2013-02-18 06:47:38 UTC 
(rev 10907)
@@ -1772,7 +1772,7 @@
                                        'year'                          => 
(int)$this->db->f('year'),
                                        'month'                         => 
(int)$this->db->f('month'),
                                        'actual_cost'           => 0, //for 
now..
-                                       'closed_order'          => false,
+                                       'closed_order'          => 
$this->db->f('closed'),
                                );
 
                                $active_period[$period] = 
$this->db->f('active');




reply via email to

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