// Back office optimization begun (memory & SQL) and will resume tomorrow

This commit is contained in:
dMetzger
2012-09-26 17:52:27 +00:00
parent 1351c2a556
commit eee9e6f40d
9 changed files with 119 additions and 92 deletions
+1 -1
View File
@@ -32,6 +32,7 @@ class AdminCartsControllerCore extends AdminController
$this->table = 'cart';
$this->className = 'Cart';
$this->lang = false;
$this->explicitSelect = true;
$this->addRowAction('view');
$this->addRowAction('delete');
@@ -87,7 +88,6 @@ class AdminCartsControllerCore extends AdminController
'width' => 40,
'align' => 'center',
'type' => 'bool',
'filter_key' => 'id_guest',
'havingFilter' => true,
'icon' => array(0 => 'blank.gif', 1 => 'tab-customers.gif')
)