Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 30, 2024
1 parent 5d0758c commit 938e038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/core/lib/functionsnumtoword.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
{
Expand Down

0 comments on commit 938e038

Please sign in to comment.