[-] BO : fixed bug #PSCFV-3541

This commit is contained in:
vAugagneur
2012-08-08 09:49:34 +00:00
parent 8e87670a71
commit 8deb5583ad
@@ -303,6 +303,8 @@ class AdminCurrenciesControllerCore extends AdminController
else
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
}
if (Tools::isSubmit('submitAddcurrency') && !Tools::getValue('id_currency') && Currency::exists(Tools::getValue('iso_code'), Tools::getValue('iso_code_num')))
$this->errors[] = Tools::displayError('This currency already exist.');
parent::initProcess();
}
}