fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15382] rental: default filter on composites to activ


From: sigurdne
Subject: [Fmsystem-commits] [15382] rental: default filter on composites to active
Date: Wed, 27 Jul 2016 10:39:27 +0000 (UTC)

Revision: 15382
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15382
Author:   sigurdne
Date:     2016-07-27 10:39:27 +0000 (Wed, 27 Jul 2016)
Log Message:
-----------
rental: default filter on composites to active

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

Modified: trunk/rental/inc/class.uicomposite.inc.php
===================================================================
--- trunk/rental/inc/class.uicomposite.inc.php  2016-07-27 10:39:03 UTC (rev 
15381)
+++ trunk/rental/inc/class.uicomposite.inc.php  2016-07-27 10:39:27 UTC (rev 
15382)
@@ -95,7 +95,7 @@
                        $active_option = array
                                (
                                array('id' => 'both', 'name' => lang('all')),
-                               array('id' => 'active', 'name' => 
lang('in_operation')),
+                               array('id' => 'active', 'name' => 
lang('in_operation'), 'selected' => 1 ),
                                array('id' => 'non_active', 'name' => 
lang('out_of_operation')),
                        );
                        $filters[] = array




reply via email to

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