// fix bug in bulk_actions of type "delete" in AdminController's
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10809 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -50,6 +50,7 @@ class AdminSlipControllerCore extends AdminController
|
||||
'align' => 'right'
|
||||
)
|
||||
);
|
||||
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
|
||||
|
||||
$this->optionTitle = $this->l('Slip');
|
||||
|
||||
@@ -60,7 +61,6 @@ class AdminSlipControllerCore extends AdminController
|
||||
{
|
||||
$this->addRowAction('edit');
|
||||
$this->addRowAction('delete');
|
||||
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
|
||||
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user