[-] BO : #PSCFV-2711 : Delete button "edit" in AdminSlip
This commit is contained in:
@@ -31,6 +31,7 @@ class AdminSlipControllerCore extends AdminController
|
||||
{
|
||||
$this->table = 'order_slip';
|
||||
$this->className = 'OrderSlip';
|
||||
$this->addRowAction('delete');
|
||||
|
||||
$this->fields_list = array(
|
||||
'id_order_slip' => array(
|
||||
@@ -56,14 +57,6 @@ class AdminSlipControllerCore extends AdminController
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function renderList()
|
||||
{
|
||||
$this->addRowAction('edit');
|
||||
$this->addRowAction('delete');
|
||||
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
public function renderForm()
|
||||
{
|
||||
$this->fields_form = array(
|
||||
|
||||
Reference in New Issue
Block a user