// #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:
dSevere
2011-11-07 15:18:47 +00:00
parent 55166aefa1
commit be6473f82d
11 changed files with 67 additions and 158 deletions
@@ -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();
}