fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11018] property: budget handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [11018] property: budget handling
Date: Sun, 31 Mar 2013 17:20:19 +0000

Revision: 11018
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11018
Author:   sigurdne
Date:     2013-03-31 17:20:18 +0000 (Sun, 31 Mar 2013)
Log Message:
-----------
property: budget handling

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

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2013-03-28 19:35:35 UTC (rev 
11017)
+++ trunk/property/inc/class.soinvoice.inc.php  2013-03-31 17:20:18 UTC (rev 
11018)
@@ -565,7 +565,7 @@
 
                        if ($year)
                        {
-                               $filtermethod .= " {$where} ({$table}.periode > 
{$year}00 AND {$table}.periode < {$year}13)";
+                               $filtermethod .= " {$where} ({$table}.periode > 
{$year}00 AND {$table}.periode < {$year}13 OR {$table}.periode IS NULL)";
                                $where = 'AND';
                        }
 




reply via email to

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