// Context part 8
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7633 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -141,15 +141,15 @@ class OrderControllerCore extends ParentOrderController
|
||||
|
||||
public function displayContent()
|
||||
{
|
||||
global $currency;
|
||||
$context = Context::getContext();
|
||||
|
||||
parent::displayContent();
|
||||
|
||||
$this->smarty->assign(array(
|
||||
'currencySign' => $currency->sign,
|
||||
'currencyRate' => $currency->conversion_rate,
|
||||
'currencyFormat' => $currency->format,
|
||||
'currencyBlank' => $currency->blank,
|
||||
'currencySign' => $context->currency->sign,
|
||||
'currencyRate' => $context->currency->conversion_rate,
|
||||
'currencyFormat' => $context->currency->format,
|
||||
'currencyBlank' => $context->currency->blank,
|
||||
));
|
||||
|
||||
switch ((int)$this->step)
|
||||
|
||||
Reference in New Issue
Block a user