// Display of payment modules per shop #PSTEST-833

This commit is contained in:
rMalie
2012-02-27 15:18:51 +00:00
parent 77774d0d94
commit 45cd48afb4
2 changed files with 4 additions and 4 deletions

View File

@@ -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();