[-] BO : #PSCFV-2711 : Delete button "edit" in AdminSlip

This commit is contained in:
lLefevre
2012-06-07 13:51:31 +00:00
parent c17d902194
commit 9b2af6a915
+1 -8
View File
@@ -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(