// Display of payment modules per shop #PSTEST-833
This commit is contained in:
@@ -309,6 +309,8 @@ class AdminControllerCore extends Controller
|
||||
$this->tpl_folder = Tools::toUnderscoreCase(substr($this->controller_name, 5)).'/';
|
||||
|
||||
$this->context->currency = new Currency(Configuration::get('PS_CURRENCY_DEFAULT'));
|
||||
|
||||
$this->initShopContext();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1645,8 +1647,6 @@ class AdminControllerCore extends Controller
|
||||
$this->lite_display = true;
|
||||
}
|
||||
|
||||
$this->initShopContext();
|
||||
|
||||
if ($this->ajax && method_exists($this, 'ajaxPreprocess'))
|
||||
$this->ajaxPreProcess();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user