// update order tab
This commit is contained in:
@@ -28,6 +28,7 @@ class AdminDeliverySlipControllerCore extends AdminController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'delivery';
|
||||
|
||||
$this->context = Context::getContext();
|
||||
|
||||
@@ -28,6 +28,7 @@ class AdminOrderMessageControllerCore extends AdminController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'order_message';
|
||||
$this->className = 'OrderMessage';
|
||||
$this->lang = true;
|
||||
|
||||
@@ -29,6 +29,7 @@ class AdminPreferencesControllerCore extends AdminController
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->context = Context::getContext();
|
||||
$this->className = 'Configuration';
|
||||
$this->table = 'configuration';
|
||||
|
||||
@@ -28,6 +28,7 @@ class AdminReturnControllerCore extends AdminController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->context = Context::getContext();
|
||||
$this->table = 'order_return';
|
||||
$this->className = 'OrderReturn';
|
||||
|
||||
@@ -28,6 +28,7 @@ class AdminSlipControllerCore extends AdminController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'order_slip';
|
||||
$this->className = 'OrderSlip';
|
||||
$this->fields_list = array(
|
||||
|
||||
@@ -28,6 +28,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->bootstrap = true;
|
||||
$this->table = 'order_state';
|
||||
$this->className = 'OrderState';
|
||||
$this->lang = true;
|
||||
|
||||
Reference in New Issue
Block a user