[-] BO : #PSTEST-795 : Display date from and date to filters in list

This commit is contained in:
lLefevre
2012-02-23 15:19:02 +00:00
parent f7a5de8ef4
commit 6efdb01ba2
4 changed files with 652 additions and 645 deletions
@@ -100,13 +100,14 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
'type' => 'decimal'
),
'from' => array(
'title' => $this->l('From'),
'title' => $this->l('Beginning'),
'align' => 'center',
'type' => 'date'
'type' => 'date',
),
'to' => array(
'title' => $this->l('To'),
'title' => $this->l('End'),
'align' => 'center',
'type' => 'date'
),
);