fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12839]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12839]
Date: Tue, 10 Mar 2015 23:10:46 +0000

Revision: 12839
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12839
Author:   nelson224
Date:     2015-03-10 23:10:46 +0000 (Tue, 10 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uiworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-03-10 23:10:16 UTC (rev 12838)
+++ branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-03-10 23:10:46 UTC (rev 12839)
@@ -1747,7 +1747,7 @@
                                'requestUrl'    => 
json_encode(self::link(array('menuaction' => 'property.notify.update_data', 
'location_id'=>$location_id, 'location_item_id'=>$id,'action' 
=>'refresh_notify_contact','phpgw_return_as'=>'json'))),
                                'ColumnDefs'    => 
$notify_info['column_defs']['values'],
                                'data'                  => json_encode(array()),
-                               'tabletools'    => $mode == 'edit' ? 
$notify_info['tabletools'] : '',
+                               'tabletools'    => $mode == 'edit' ? 
$notify_info['tabletools'] : array(),
                                'config'                => array(
                                        array('disableFilter'   => true),
                                        array('disablePagination'       => true)
@@ -2225,7 +2225,7 @@
                                $this->bocommon->no_access();
                                return;
                        }
-                       $this->edit(null, $mode = 'view');
+                       $this->edit(array(), $mode = 'view');
                }
 
                function add_invoice()




reply via email to

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