fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11008] property: listing budget at project list


From: Sigurd Nes
Subject: [Fmsystem-commits] [11008] property: listing budget at project list
Date: Wed, 20 Mar 2013 09:00:49 +0000

Revision: 11008
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11008
Author:   sigurdne
Date:     2013-03-20 09:00:46 +0000 (Wed, 20 Mar 2013)
Log Message:
-----------
property: listing budget at project list

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

Modified: trunk/property/inc/class.soproject.inc.php
===================================================================
--- trunk/property/inc/class.soproject.inc.php  2013-03-20 08:54:14 UTC (rev 
11007)
+++ trunk/property/inc/class.soproject.inc.php  2013-03-20 09:00:46 UTC (rev 
11008)
@@ -764,9 +764,9 @@
                                                {
                                                        if($year && 
$entry['year'] == $year)
                                                        {
-                                                               
$project['combined_cost'] += $entry['sum_orders'];
                                                                
if($entry['active'])
                                                                {
+                                                                       
$project['combined_cost'] += $entry['sum_orders'];
                                                                        
$project['budget'] += $entry['budget'];
                                                                        
if(!$entry['closed'])
                                                                        {
@@ -777,9 +777,9 @@
                                                        }
                                                        else if (!$year)
                                                        {
-                                                               
$project['combined_cost'] += $entry['sum_orders'];
                                                                
if($entry['active'])
                                                                {
+                                                                       
$project['combined_cost'] += $entry['sum_orders'];
                                                                        
$project['budget'] += $entry['budget'];
                                                                        
if(!$entry['closed'])
                                                                        {




reply via email to

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