fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13280]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13280]
Date: Tue, 26 May 2015 21:23:53 +0000

Revision: 13280
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13280
Author:   nelson224
Date:     2015-05-26 21:23:53 +0000 (Tue, 26 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiinvoice.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiinvoice.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2015-05-26 21:23:28 UTC (rev 13279)
+++ branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2015-05-26 21:23:53 UTC (rev 13280)
@@ -2037,8 +2037,8 @@
                
         public function query_consume()
         {      
-                       $start_date                     = 
phpgw::get_var('start_date');
-                       $end_date                       = 
phpgw::get_var('end_date');
+                       $start_date                     = 
urldecode(phpgw::get_var('start_date'));
+                       $end_date                       = 
urldecode(phpgw::get_var('end_date'));
                        $vendor_id                      = 
phpgw::get_var('vendor_id', 'int');
                        $workorder_id           = 
phpgw::get_var('workorder_id', 'int');
                        $loc1                           = 
phpgw::get_var('loc1');




reply via email to

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