fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [10951] Property: budget handling
Date: Sun, 03 Mar 2013 17:33:28 +0000

Revision: 10951
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10951
Author:   sigurdne
Date:     2013-03-03 17:33:27 +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 15:34:48 UTC (rev 
10950)
+++ trunk/property/inc/class.soproject.inc.php  2013-03-03 17:33:27 UTC (rev 
10951)
@@ -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]