// Product Suppliers : Debug and optimizations

This commit is contained in:
dSevere
2011-11-23 18:48:09 +00:00
parent a7a84c9c2a
commit e8f74caf1d
3 changed files with 43 additions and 44 deletions
@@ -541,7 +541,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'title' => $this->l('Creation date'),
'width' => 150,
'align' => 'right',
'type' => 'datetime',
'type' => 'date',
'havingFilter' => true,
'filter_key' => 'a!date_add'
),
@@ -549,7 +549,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'title' => $this->l('Last modification date'),
'width' => 150,
'align' => 'right',
'type' => 'datetime',
'type' => 'date',
'havingFilter' => true,
'filter_key' => 'a!date_upd'
),
@@ -557,7 +557,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'title' => $this->l('Delivery date'),
'width' => 150,
'align' => 'right',
'type' => 'datetime',
'type' => 'date',
'havingFilter' => true,
'filter_key' => 'a!date_delivery_expected'
),