[-] BO : Add french accounting translation

This commit is contained in:
vSchoener
2012-03-12 10:16:30 +00:00
parent a43b62d38a
commit 7dfce59018
2 changed files with 60 additions and 5 deletions
-1
View File
@@ -149,7 +149,6 @@ class AccountingCore
self::$acc_conf_cached = true;
}
// Return value key or the complete configuration depending of the $key definition
return (!$key) ? self::$acc_conf : ((isset(self::$acc_conf[$key]) ? self::$acc_conf[$key] : false));
}