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

This commit is contained in:
mDeflotte
2012-02-03 14:02:26 +00:00
parent 1cc726a7a6
commit f3f769eb08
@@ -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();