fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13360] class.uiagreement.inc.php


From: Saul
Subject: [Fmsystem-commits] [13360] class.uiagreement.inc.php
Date: Thu, 04 Jun 2015 22:32:52 +0000

Revision: 13360
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13360
Author:   psaul
Date:     2015-06-04 22:32:48 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
class.uiagreement.inc.php

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

Modified: branches/dev-syncromind/property/inc/class.uiagreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-06-04 22:32:24 UTC (rev 13359)
+++ branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-06-04 22:32:48 UTC (rev 13360)
@@ -1468,6 +1468,12 @@
                                        'id'            => $id,
                                        'role'          => $this->role
                                );
+           
+            $link_data_cancel = array
+                (
+                    'menuaction'       => 'property.uiagreement.index',
+                                       'role'          => $this->role
+                );
 
                        
$vendor_data=$this->bocommon->initiate_ui_vendorlookup(array(
                                'vendor_id'             => 
$agreement['vendor_id'],
@@ -1859,6 +1865,7 @@
 
                                        'msgbox_data'                           
                        => $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                        'edit_url'                              
                                => 
$GLOBALS['phpgw']->link('/index.php',$link_data),
+                    'cancel_url'                                               
                => $GLOBALS['phpgw']->link('/index.php',$link_data_cancel),
                                        'lang_id'                               
                                => lang('ID'),
                                        'value_agreement_id'                    
                => $id,
                                        'lang_category'                         
                        => lang('category'),




reply via email to

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