[-] BO : #PSTEST-582 - Select default currency on tab tab product > supplier

This commit is contained in:
mDeflotte
2012-01-25 16:59:55 +00:00
parent 3d086506bf
commit 7a21d0b794
2 changed files with 6 additions and 3 deletions
@@ -3587,7 +3587,8 @@ class AdminProductsControllerCore extends AdminController
'currencies' => Currency::getCurrencies(),
'product' => $obj,
'link' => $this->context->link,
'token' => $this->token
'token' => $this->token,
'id_default_currency' => Configuration::get('PS_CURRENCY_DEFAULT'),
));
}
else