Skip to content

Commit

Permalink
[-] BO : Fix bug #PSCSX-2120, suppliers order by
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed May 22, 2014
1 parent d2db754 commit 4c4762a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controllers/admin/AdminSuppliersController.php
Expand Up @@ -38,8 +38,8 @@ public function __construct()
$this->addRowAction('delete');
$this->allow_export = true;

$this->_orderBy = 'name';
$this->_orderWay = 'ASC';
$this->_defaultOrderBy = 'name';
$this->_defaultOrderWay = 'ASC';

$this->bulk_actions = array(
'delete' => array(
Expand All @@ -64,6 +64,7 @@ public function __construct()
);

parent::__construct();

}

public function setMedia()
Expand Down

0 comments on commit 4c4762a

Please sign in to comment.