Update functionsnumtoword.lib.php
This commit is contained in:
parent
749c7d9b0d
commit
0594061ef4
@ -28,10 +28,10 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @param float $num Number to convert
|
* @param float $num Number to convert
|
||||||
* @param Lang $langs Language
|
* @param Translate $langs Language
|
||||||
* @param boolean $currency 0=number to translate | 1=currency to translate
|
* @param boolean $currency 0=number to translate | 1=currency to translate
|
||||||
* @param boolean $centimes 0=no centimes | 1=centimes to translate
|
* @param boolean $centimes 0=no centimes | 1=centimes to translate
|
||||||
* @return string Text of the number
|
* @return string|false Text of the number
|
||||||
*/
|
*/
|
||||||
function dol_convertToWord($num, $langs, $currency = false, $centimes = false)
|
function dol_convertToWord($num, $langs, $currency = false, $centimes = false)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user