fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11580] cron-job


From: Sigurd Nes
Subject: [Fmsystem-commits] [11580] cron-job
Date: Wed, 01 Jan 2014 17:59:49 +0000

Revision: 11580
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11580
Author:   sigurdne
Date:     2014-01-01 17:59:48 +0000 (Wed, 01 Jan 2014)
Log Message:
-----------
cron-job

Modified Paths:
--------------
    trunk/property/inc/cron/default/reset_workorder_cached_budget.php

Modified: trunk/property/inc/cron/default/reset_workorder_cached_budget.php
===================================================================
--- trunk/property/inc/cron/default/reset_workorder_cached_budget.php   
2013-12-29 18:12:03 UTC (rev 11579)
+++ trunk/property/inc/cron/default/reset_workorder_cached_budget.php   
2014-01-01 17:59:48 UTC (rev 11580)
@@ -51,7 +51,7 @@
                        $sql = "SELECT DISTINCT fm_workorder.id as order_id"
                        . " FROM fm_workorder "
                        . " {$this->join} fm_workorder_budget ON 
fm_workorder.id = fm_workorder_budget.order_id"
-                       . " WHERE continuous = 1 AND fm_workorder_budget.year > 
" . (date('Y') -1)
+                       . " WHERE continuous = 1"// AND 
fm_workorder_budget.year > " . (date('Y') -1)
                        . " ORDER BY fm_workorder.id";
 
                        $this->db->query($sql,__LINE__,__FILE__);




reply via email to

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