[-] BO : #PSTEST-630 - Fix bug with bad order way

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12975 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-03 14:02:26 +00:00
parent 87acb76026
commit 8ab42b0294
@@ -426,11 +426,12 @@ class AdminStockConfigurationControllerCore extends AdminController
public function initSupplyOrderStatusList()
{
$this->table = 'supply_order_state';
$this->className = 'SupplyOrderState';
$this->identifier = 'id_supply_order_state';
$this->_defaultOrderBy = 'id_supply_order_state';
$this->className = 'SupplyOrderState';
$this->identifier = 'id_supply_order_state';
$this->_defaultOrderBy = 'id_supply_order_state';
$this->lang = true;
$this->list_no_link = true;
$this->_orderBy = null;
$this->addRowActionSkipList('delete', array(1, 2, 3, 4, 5, 6));
$this->toolbar_title = $this->l('Stock : Supply Order status');
$this->initToolbar();