2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Rodolphe Quiedeville
2002-06-19 11:16:45 +00:00
parent 46ac68b04c
commit 9997a1e9b1
14 changed files with 1680 additions and 171 deletions

View File

@@ -154,7 +154,6 @@ function print_duree_select($prefix) {
}
function price($amount) {
return number_format($amount, 2, '.', ' ');
//return sprintf("%.2f", $amount);
}