// #PSFV-94 : add product management on suppliers order + Submit button integrated to the toolbar on add/edit form view + adaptations after form and list helper update + bugs fix
This commit is contained in:
@@ -34,7 +34,7 @@ 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?')));
|
||||
$this->no_add = true;
|
||||
unset($this->toolbar_btn['new']);
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_order_slip' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
|
||||
Reference in New Issue
Block a user