Skip to content

Commit

Permalink
[-] BO : #PSCFV-2711 : Delete button "edit" in AdminSlip
Browse files Browse the repository at this point in the history
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15926 b9a71923-0436-4b27-9f14-aed3839534dd
  • Loading branch information
NinjaOfWeb committed Jun 7, 2012
1 parent 3f84776 commit 10c9551
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions controllers/admin/AdminSlipController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function __construct()
{
$this->table = 'order_slip';
$this->className = 'OrderSlip';
$this->addRowAction('delete');

$this->fields_list = array(
'id_order_slip' => array(
Expand All @@ -56,14 +57,6 @@ public function __construct()
parent::__construct();
}

public function renderList()
{
$this->addRowAction('edit');
$this->addRowAction('delete');

return parent::renderList();
}

public function renderForm()
{
$this->fields_form = array(
Expand Down

0 comments on commit 10c9551

Please sign in to comment.