[-] BO : Update Accounting geolocalization for France

This commit is contained in:
vSchoener
2012-03-09 14:36:43 +00:00
parent 63ac66958f
commit df3bd0e146
6 changed files with 67 additions and 25 deletions
@@ -141,7 +141,7 @@ class AdminAccountingConfigurationControllerCore extends AdminController
foreach ($this->acc_conf as $name => $val)
$this->acc_conf[$name] = Tools::getValue($name);
Configuration::updateValue(Accounting::CONF_NAME, serialize($this->acc_conf));
Accounting::updateConfiguration($this->acc_conf);
Tools::redirectAdmin(self::$currentIndex.'&token='.$this->token.'&update=true');
}
else if (Tools::getValue('update'))