// update order tab

This commit is contained in:
sLorenzini
2013-07-26 12:15:23 +02:00
parent 8b7c29dd18
commit 3c035324f4
11 changed files with 271 additions and 238 deletions
@@ -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;