Home
last modified time | relevance | path

Searched refs:forcerounding (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php4791 …* @param int $forcerounding Force the number of decimal to forcerounding decimal (-1=do not for…
4797 function price($amount, $form = 0, $outlangs = '', $trunc = 1, $rounding = -1, $forcerounding = -1,… argument
4842 if ($forcerounding >= 0) $nbdecimal = $forcerounding;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php5166 …* @param int $forcerounding Force the number of decimal to forcerounding decimal (-1=do not for…
5172 function price($amount, $form = 0, $outlangs = '', $trunc = 1, $rounding = -1, $forcerounding = -1,… argument
5231 if ($forcerounding >= 0) {
5232 $nbdecimal = $forcerounding;