fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12427]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12427]
Date: Tue, 09 Dec 2014 22:37:04 +0000

Revision: 12427
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12427
Author:   nelson224
Date:     2014-12-09 22:37:03 +0000 (Tue, 09 Dec 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-09 
14:11:59 UTC (rev 12426)
+++ branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-09 
22:37:03 UTC (rev 12427)
@@ -440,8 +440,8 @@
 
                        return $combos;
                }
+
                
-               
                public function query()
                {
                        $start_date     = urldecode($this->start_date);
@@ -1907,6 +1907,8 @@
                                'ColumnDefs'    => $file_def
                        );
        
+                       $category['enable_bulk'] = 1;
+                       
                        if ($id)
                        {
                                $get_docs = false;
@@ -1966,7 +1968,6 @@
                                        'ColumnDefs'    => $related_def
                                );
                                
-                               $category['enable_bulk'] = 1;
                                if($category['enable_bulk'])
                                {
                                        $tabs['inventory']      = array('label' 
=> lang('inventory'), 'link' => '#inventory',  'disable' => 0, 'function' => 
"set_tab('inventory')");
@@ -2102,7 +2103,7 @@
                                        'documents'                             
                => $documents,
                                        'lean'                                  
                => $_lean ? 1 : 0
                                );
-                       
+
                        phpgwapi_yui::load_widget('dragdrop');
                        phpgwapi_yui::load_widget('datatable');
                        phpgwapi_yui::load_widget('menu');




reply via email to

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