This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-30 01:26:53 +01:00
parent 5d0758c02c
commit 938e0380f4

View File

@ -153,11 +153,12 @@ function dol_convertToWord($num, $langs, $currency = '', $centimes = false)
/**
* Function to return number or amount in text.
*
* @deprecated
* @param float $numero Number to convert
* @param Translate $langs Language
* @param string $numorcurrency 'number' or 'amount'
* @return string|int Text of the number or -1 in case TOO LONG (more than 1000000000000.99)
*
* @deprecated Use dol_convertToWord instead
*/
function dolNumberToWord($numero, $langs, $numorcurrency = 'number')
{