// fix bug added pluging datepicker
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user