fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11711] Notice


From: Sigurd Nes
Subject: [Fmsystem-commits] [11711] Notice
Date: Sun, 16 Feb 2014 14:37:48 +0000

Revision: 11711
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11711
Author:   sigurdne
Date:     2014-02-16 14:37:46 +0000 (Sun, 16 Feb 2014)
Log Message:
-----------
Notice

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-16 13:24:15 UTC 
(rev 11710)
+++ trunk/property/inc/class.soworkorder.inc.php        2014-02-16 14:37:46 UTC 
(rev 11711)
@@ -2120,7 +2120,7 @@
                        foreach ($order_budget as $period => $_budget)
                        {
 
-                               if(in_array($period, $_start_period_remainig))
+                               if(isset($_start_period_remainig) && 
in_array($period, $_start_period_remainig))
                                {
                                        $_budget['combined_cost'] += 
$_sum_year_remaining_cost * $distribution_key_remaining;
                                }




reply via email to

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