[-] BO: Fix some listing filters bug
This commit is contained in:
@@ -60,7 +60,8 @@ class AdminOutstandingControllerCore extends AdminController
|
||||
'title' => $this->l('Date'),
|
||||
'width' => 150,
|
||||
'type' => 'date',
|
||||
'align' => 'right'
|
||||
'align' => 'right',
|
||||
'filter_key' => 'a!date_add'
|
||||
),
|
||||
'customer' => array(
|
||||
'title' => $this->l('Customer'),
|
||||
|
||||
Reference in New Issue
Block a user