fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10950] Property: budget handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [10950] Property: budget handling
Date: Sun, 03 Mar 2013 15:34:50 +0000

Revision: 10950
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10950
Author:   sigurdne
Date:     2013-03-03 15:34:48 +0000 (Sun, 03 Mar 2013)
Log Message:
-----------
Property: budget handling

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-03 14:18:38 UTC (rev 
10949)
+++ trunk/property/inc/class.soproject.inc.php  2013-03-03 15:34:48 UTC (rev 
10950)
@@ -2890,14 +2890,14 @@
 
                                if($last_budget >= 0)
                                {
-                                       if($subtract > $last_budget)
+                                       if($subtract >= $last_budget)
                                        {
                                                $_perform_subtraction = true;
                                        }
                                }
                                else
                                {
-                                       if($subtract < $last_budget)
+                                       if($subtract <= $last_budget)
                                        {
                                                $_perform_subtraction = true;
                                        }




reply via email to

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