[-] BO : #PSTEST-795 : fix bug

This commit is contained in:
lLefevre
2012-03-13 08:59:25 +00:00
parent c00b1bc19a
commit 455634b9ca
2 changed files with 3 additions and 2 deletions
@@ -101,12 +101,12 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
),
'from' => array(
'title' => $this->l('Beginning'),
'align' => 'center',
'align' => 'right',
'type' => 'date',
),
'to' => array(
'title' => $this->l('End'),
'align' => 'center',
'align' => 'right',
'type' => 'date'
),
);