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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14061 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-03-13 08:59:25 +00:00
parent b60eba1611
commit fc53c0a5f8
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'
),
);