fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11869] property: adjust calculation of fictive perio


From: Sigurd Nes
Subject: [Fmsystem-commits] [11869] property: adjust calculation of fictive periods
Date: Wed, 26 Mar 2014 09:07:23 +0000

Revision: 11869
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11869
Author:   sigurdne
Date:     2014-03-26 09:07:23 +0000 (Wed, 26 Mar 2014)
Log Message:
-----------
property: adjust calculation of fictive periods

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-03-26 08:17:13 UTC 
(rev 11868)
+++ trunk/property/inc/class.soworkorder.inc.php        2014-03-26 09:07:23 UTC 
(rev 11869)
@@ -2156,7 +2156,7 @@
                        {
                                if(isset($_start_period_remainig) && 
in_array($period, $_start_period_remainig))
                                {
-                                       if($period <= date('Ym') && 
!abs($_budget['actual_cost']) > 0)
+                                       if($period < date('Ym') && 
!abs($_budget['actual_cost']) > 0)
                                        {
                                                $_sum_year_remaining_cost += 
$_budget['combined_cost'];
                                                $_budget['combined_cost'] = 0;




reply via email to

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