fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [10955] Property: budget handling
Date: Mon, 04 Mar 2013 05:55:02 +0000

Revision: 10955
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10955
Author:   sigurdne
Date:     2013-03-04 05:55:00 +0000 (Mon, 04 Mar 2013)
Log Message:
-----------
Property: budget handling

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

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2013-03-03 22:25:30 UTC 
(rev 10954)
+++ trunk/property/inc/class.soworkorder.inc.php        2013-03-04 05:55:00 UTC 
(rev 10955)
@@ -2207,14 +2207,14 @@
 
                                if($last_budget >= 0)
                                {
-                                       if($subtract > $last_budget)
+                                       if($paid_last_year <= $last_budget)
                                        {
                                                $_perform_subtraction = true;
                                        }
                                }
                                else
                                {
-                                       if($subtract < $last_budget)
+                                       if($paid_last_year >= $last_budget)
                                        {
                                                $_perform_subtraction = true;
                                        }




reply via email to

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