// quantities product modified + line bootsrap added in order, categories and attributes group controllers
This commit is contained in:
@@ -31,6 +31,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->context = Context::getContext();
|
||||
$this->table = 'attribute_group';
|
||||
$this->identifier = 'id_attribute_group';
|
||||
|
||||
@@ -40,6 +40,7 @@ class AdminCategoriesControllerCore extends AdminController
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'category';
|
||||
$this->className = 'Category';
|
||||
$this->lang = true;
|
||||
|
||||
@@ -30,6 +30,7 @@ class AdminOrdersControllerCore extends AdminController
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'order';
|
||||
$this->className = 'Order';
|
||||
$this->lang = false;
|
||||
|
||||
Reference in New Issue
Block a user