fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [10930] Property: budget handling
Date: Thu, 21 Feb 2013 22:47:05 +0000

Revision: 10930
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10930
Author:   sigurdne
Date:     2013-02-21 22:47:04 +0000 (Thu, 21 Feb 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-02-19 20:24:08 UTC 
(rev 10929)
+++ trunk/property/inc/class.soworkorder.inc.php        2013-02-21 22:47:04 UTC 
(rev 10930)
@@ -2181,7 +2181,7 @@
 
                                $transferred = $this->_update_order_budget($id, 
$latest_year, $periodization_id, $paid_last_year, $paid_last_year, 
$paid_last_year, $action = 'update', $activate = 0);
 
-                               $this->_update_order_budget($id, $year, 
$periodization_id, (int)$budget['budget_amount'], 
(int)$budget['budget_amount'], (int)$budget['budget_amount'], $action = 
'update', true);
+                               $this->_update_order_budget($id, $year, 
$periodization_id, (int)$budget['budget_amount'], 
(int)$budget['budget_amount'], (int)$budget['budget_amount'], $action = 
'update', false);
 
                                $this->db->query("UPDATE fm_workorder_budget 
SET active = 0 WHERE order_id = {$id} AND year = 
{$latest_year}",__LINE__,__FILE__);
                        }




reply via email to

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