fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16157] budget obligation


From: sigurdne
Subject: [Fmsystem-commits] [16157] budget obligation
Date: Thu, 12 Jan 2017 10:19:43 -0500 (EST)

Revision: 16157
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16157
Author:   sigurdne
Date:     2017-01-12 10:19:43 -0500 (Thu, 12 Jan 2017)
Log Message:
-----------
budget obligation

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

Modified: trunk/property/inc/class.uibudget.inc.php
===================================================================
--- trunk/property/inc/class.uibudget.inc.php   2017-01-12 13:16:17 UTC (rev 
16156)
+++ trunk/property/inc/class.uibudget.inc.php   2017-01-12 15:19:43 UTC (rev 
16157)
@@ -967,7 +967,7 @@
                                                                'submit_search' 
=> true))),
                                                'diff_ex' => 
$entry['budget_cost'] - $entry['actual_cost'] - $entry['obligation'],
                                                'diff' => 
number_format($entry['budget_cost'] - $entry['actual_cost'] - 
$entry['obligation'], 0, ',', ' '),
-                                               'percent' => $entry['percent'],
+                                               'percent' => 
(int)$entry['percent'],
                                                'year' => $this->year,
                                                'month' => $this->month
                                        );




reply via email to

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