fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14782] activate button


From: Sigurd Nes
Subject: [Fmsystem-commits] [14782] activate button
Date: Mon, 29 Feb 2016 15:19:33 +0000

Revision: 14782
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14782
Author:   sigurdne
Date:     2016-02-29 15:18:09 +0000 (Mon, 29 Feb 2016)
Log Message:
-----------
activate button

Modified Paths:
--------------
    trunk/rental/inc/class.uibilling.inc.php

Modified: trunk/rental/inc/class.uibilling.inc.php
===================================================================
--- trunk/rental/inc/class.uibilling.inc.php    2016-02-29 13:35:16 UTC (rev 
14781)
+++ trunk/rental/inc/class.uibilling.inc.php    2016-02-29 15:18:09 UTC (rev 
14782)
@@ -417,14 +417,16 @@
                                $tabletools_irregular_contracts[] = array
                                        (
                                        'my_name' => 'override_all',
-                                       'text' => lang('Override all'),
+                                       'className'=> 'select',
+                                       'text' => lang('Override'),
                                        'type' => 'custom',
                                        'custom_code' => "checkOverride();"
                                );
                                $tabletools_irregular_contracts[] = array
                                        (
                                        'my_name' => 'bill2_all',
-                                       'text' => lang('Bill2 all'),
+                                       'className'=> 'select',
+                                       'text' => lang('Bill2'),
                                        'type' => 'custom',
                                        'custom_code' => "checkBill2()"
                                );




reply via email to

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