fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17112] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [17112] more on eventplanner
Date: Fri, 22 Sep 2017 04:10:14 -0400 (EDT)

Revision: 17112
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17112
Author:   sigurdne
Date:     2017-09-22 04:10:13 -0400 (Fri, 22 Sep 2017)
Log Message:
-----------
more on eventplanner

Modified Paths:
--------------
    trunk/eventplanner/inc/class.uibooking.inc.php

Modified: trunk/eventplanner/inc/class.uibooking.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uibooking.inc.php      2017-09-22 07:53:13 UTC 
(rev 17111)
+++ trunk/eventplanner/inc/class.uibooking.inc.php      2017-09-22 08:10:13 UTC 
(rev 17112)
@@ -177,10 +177,12 @@
                                'link' => '#first_tab',
                                'function' => "set_tab('first_tab')"
                        );
+
                        $tabs['reports'] = array(
                                'label' => lang('reports'),
                                'link' => '#reports',
-                               'function' => "set_tab('reports')"
+                               'function' => "set_tab('reports')",
+                               'disable'       => $booking->customer_id ? 
false : true
                        );
 
                        $bocommon = CreateObject('property.bocommon');




reply via email to

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