fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16782]


From: nelson . guerra
Subject: [Fmsystem-commits] [16782]
Date: Thu, 25 May 2017 00:53:44 -0400 (EDT)

Revision: 16782
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16782
Author:   nelson224
Date:     2017-05-25 00:53:44 -0400 (Thu, 25 May 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.uireport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-25 04:53:28 UTC (rev 16781)
+++ branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-25 04:53:44 UTC (rev 16782)
@@ -61,6 +61,12 @@
                        $this->bocommon = & $this->bo->bocommon;
                        $this->acl = & $GLOBALS['phpgw']->acl;                  
                        $this->operators = $this->bo->operators;
+                       
+                       $this->operators_equal = $this->bo->operators_equal;
+                       $this->operators_between = $this->bo->operators_between;
+                       $this->operators_like = $this->bo->operators_like;
+                       $this->operators_in = $this->bo->operators_in;
+                       $this->operators_null = $this->bo->operators_null;      
                        
                }
 
                public function download()
@@ -337,6 +343,13 @@
                                'datasets' => array('options' => $list),
                                'report_definition' => 
$values['report_definition'],
                                'operators' => json_encode($this->operators),
+                               
+                               'operators_equal' => 
json_encode($this->operators_equal),
+                               'operators_between' => 
json_encode($this->operators_between),
+                               'operators_like' => 
json_encode($this->operators_like),
+                               'operators_in' => 
json_encode($this->operators_in),
+                               'operators_null' => 
json_encode($this->operators_null),         
+                               
                                'report_id' => $values['id'],
                                'report_name' => $values['report_name'],
                                'msgbox_data' => 
$GLOBALS['phpgw']->common->msgbox($msgbox_data),




reply via email to

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