fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [11691] property: budget handling
Date: Thu, 13 Feb 2014 17:53:53 +0000

Revision: 11691
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11691
Author:   sigurdne
Date:     2014-02-13 17:53:52 +0000 (Thu, 13 Feb 2014)
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        2014-02-13 14:46:16 UTC 
(rev 11690)
+++ trunk/property/inc/class.soworkorder.inc.php        2014-02-13 17:53:52 UTC 
(rev 11691)
@@ -1904,7 +1904,7 @@
                                                        
$order_budget[$period]['combined_cost'] = $_sum_year_combined_cost * 
$distribution_key;
                                                        
$order_budget[$period]['active_period'] = $_budget['active_period'];
                                                        
$order_budget[$period]['month']                 = $i;
-                                                       $closed_period[$period] 
= (int)$period < date('Ym');
+                                                       $closed_period[$period] 
                                = 0;//(int)$period < date('Ym');
                                                }
                                        }
                                        else




reply via email to

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