Modif utf

This commit is contained in:
Laurent Destailleur 2008-08-12 18:28:10 +00:00
parent 478503967e
commit 4c481a17b3

View File

@ -2024,7 +2024,7 @@ function price($amount, $html=0, $outlangs='', $trunc=1, $nbdecimal=2)
* 'MT'=Round to Max for totals with Tax (MAIN_MAX_DECIMALS_TOT)
* 'MS'=Round to Max Shown (MAIN_MAX_DECIMALS_SHOWN)
* ''=No rounding
* \return string Montant au format num<EFBFBD>rique PHP et SQL (Exemple: '99.99999')
* \return string Montant au format numerique PHP et SQL (Exemple: '99.99999')
* \seealso price Fonction inverse de price2num
*/
function price2num($amount,$rounding='')