// Include datetime picker for all admin controllers

This commit is contained in:
Jerome Nadaud
2013-11-22 16:41:52 +01:00
parent 361450aab9
commit 3fe6608a62
5 changed files with 44 additions and 7 deletions
@@ -237,12 +237,12 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
)
),
array(
'type' => 'date',
'type' => 'datetime',
'label' => $this->l('From'),
'name' => 'from'
),
array(
'type' => 'date',
'type' => 'datetime',
'label' => $this->l('To'),
'name' => 'to'
),