[-] 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:
@@ -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'
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user