[*] BO : #PSFV-94 - changes to helpers

This commit is contained in:
tDidierjean
2011-10-20 13:45:52 +00:00
parent 0218f5363a
commit 388f231885
11 changed files with 289 additions and 342 deletions
@@ -274,13 +274,5 @@ class AdminCurrenciesControllerCore extends AdminController
Configuration::updateValue('PS_CURRENCY_DEFAULT', $value);
Currency::refreshCurrencies();
}
public function initContent()
{
if ($this->display != 'edit' && $this->display != 'add')
$this->display = 'list';
parent::initContent();
}
}