fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14184]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14184]
Date: Fri, 16 Oct 2015 00:22:10 +0000

Revision: 14184
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14184
Author:   nelson224
Date:     2015-10-16 00:22:10 +0000 (Fri, 16 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uiorganization.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uiorganization.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiorganization.inc.php    
2015-10-16 00:21:50 UTC (rev 14183)
+++ branches/dev-syncromind/booking/inc/class.uiorganization.inc.php    
2015-10-16 00:22:10 UTC (rev 14184)
@@ -316,6 +316,7 @@
                        }
                        $organization['organizations_link'] = 
self::link(array('menuaction' => $this->module.'.uiorganization.index'));
                        $organization['edit_link'] = 
self::link(array('menuaction' => $this->module.'.uiorganization.edit', 'id' => 
$organization['id']));
+                       $organization['cancel_link'] = 
self::link(array('menuaction' => $this->module.'.uiorganization.index'));
                        $organization['tabs'] = 
phpgwapi_jquery::tabview_generate($tabs, $active_tab);
                        $this->install_customer_identifier_ui($organization);
                        self::render_template_xsl('organization', 
array('organization' => $organization));




reply via email to

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