fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11625] Property: more on monthly filter on accountin


From: Sigurd Nes
Subject: [Fmsystem-commits] [11625] Property: more on monthly filter on accounting
Date: Thu, 23 Jan 2014 17:59:16 +0000

Revision: 11625
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11625
Author:   sigurdne
Date:     2014-01-23 17:59:15 +0000 (Thu, 23 Jan 2014)
Log Message:
-----------
Property: more on monthly filter on accounting

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

Modified: trunk/property/inc/class.sobudget.inc.php
===================================================================
--- trunk/property/inc/class.sobudget.inc.php   2014-01-23 15:43:34 UTC (rev 
11624)
+++ trunk/property/inc/class.sobudget.inc.php   2014-01-23 17:59:15 UTC (rev 
11625)
@@ -714,7 +714,7 @@
                                        if($budget['year'] == $year)
                                        {
 
-                                               if($budget['period'] != 
"{$year}00" && $filter_period && ((int)$filter_period+1) > $budget['period'])
+                                               if($budget['period'] != 
"{$year}00" && $filter_period && ((int)$filter_period) < (int)$budget['period'])
                                                {
                                                        continue;
                                                }




reply via email to

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