// fix bug added pluging datepicker

This commit is contained in:
lLefevre
2011-11-28 17:19:07 +00:00
parent dde58c5c1d
commit 13ad8ed11c
3 changed files with 6 additions and 6 deletions
@@ -66,7 +66,7 @@ class AdminDeliverySlipControllerCore extends AdminController
),
'input' => array(
array(
'type' => 'text',
'type' => 'date',
'label' => $this->l('From:'),
'name' => 'date_from',
'size' => 20,
@@ -75,7 +75,7 @@ class AdminDeliverySlipControllerCore extends AdminController
'desc' => $this->l('Format: 2007-12-31 (inclusive)')
),
array(
'type' => 'text',
'type' => 'date',
'label' => $this->l('To:'),
'name' => 'date_to',
'size' => 20,