fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [11006] Property: budget handling
Date: Wed, 20 Mar 2013 07:32:44 +0000

Revision: 11006
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11006
Author:   sigurdne
Date:     2013-03-20 07:32:42 +0000 (Wed, 20 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-20 07:19:13 UTC (rev 
11005)
+++ trunk/property/inc/class.soproject.inc.php  2013-03-20 07:32:42 UTC (rev 
11006)
@@ -1503,7 +1503,9 @@
 
                                while ($this->db->next_record())
                                {
-                                       $workorders[] = $this->db->f('id');
+                                       $workorder_id = $this->db->f('id');
+                                       $workorders[] = $workorder_id;
+                                       
phpgwapi_cache::system_clear('property', "budget_order_{$workorder_id}");
                                }
 
                                if ($workorders)




reply via email to

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