// #PSFV-94 : Add new admin controller to manage supplier orders + debug of stock management admin controller + add color and date input type to the form tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9728 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -192,8 +192,9 @@ class AdminStockMvtControllerCore extends AdminController
|
||||
$this->context->smarty->assign('list_warehouses', $warehouses);
|
||||
$this->context->smarty->assign('current_warehouse', $this->getCurrentWarehouseId());
|
||||
|
||||
// reset actions and query vars
|
||||
// reset actions, toolbar and query vars
|
||||
$this->actions = array();
|
||||
$this->toolbar_btn = array();
|
||||
unset($this->_select, $this->_join, $this->_group, $this->_filterHaving, $this->_filter);
|
||||
|
||||
// override table, land, className and identifier for the current controller
|
||||
|
||||
Reference in New Issue
Block a user