fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14013]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14013]
Date: Thu, 24 Sep 2015 23:52:19 +0000

Revision: 14013
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14013
Author:   nelson224
Date:     2015-09-24 23:52:18 +0000 (Thu, 24 Sep 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.uiparty.inc.php

Modified: branches/dev-syncromind/rental/inc/class.uiparty.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.uiparty.inc.php    2015-09-24 
23:52:02 UTC (rev 14012)
+++ branches/dev-syncromind/rental/inc/class.uiparty.inc.php    2015-09-24 
23:52:18 UTC (rev 14013)
@@ -488,11 +488,14 @@
                        (
                                'my_name'               => 'download_agresso',
                                'text'                  => lang('Download 
Agresso import file'),
-                               'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
-                               (
-                                       'menuaction'    => 
'rental.uiparty.download_agresso'
-                               )),
-                               'parameters'    => json_encode(array())
+                               'type'                  => 'custom',
+                               'custom_code'   => "
+                                       var oArgs = ".json_encode(array(
+                                                       'menuaction'            
=> 'rental.uiparty.download_agresso', 
+                                                       'export'                
        => true
+                                               )).";
+                                       downloadAgresso(oArgs);
+                               "                               
                        );
                
                $data['datatable']['actions'][] = array




reply via email to

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