// #PSFV-94 : fix toolbar and leadin integration on all stock controllers + bugs fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9932 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -96,8 +96,8 @@ class AdminStockInstantStateControllerCore extends AdminController
|
||||
//no link on list rows
|
||||
$this->list_no_link = true;
|
||||
|
||||
$this->context->smarty->assign('list_warehouses', Warehouse::getWarehouseList(true));
|
||||
$this->context->smarty->assign('current_warehouse', $this->getCurrentWarehouseId());
|
||||
$this->tpl_list_vars['list_warehouses'] = Warehouse::getWarehouseList(true);
|
||||
$this->tpl_list_vars['current_warehouse'] = $this->getCurrentWarehouseId();
|
||||
|
||||
return parent::initList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user