Skip to content
Snippets Groups Projects
Commit 842859c3 authored by arnaud's avatar arnaud
Browse files

FIX travis bis

parent 26b8112d
No related branches found
No related tags found
No related merge requests found
...@@ -26,14 +26,14 @@ ...@@ -26,14 +26,14 @@
/** /**
* Function to return number in text. * Function to return number in text.
* *
* @deprecated *
* @param float $numero Number to convert * @param float $num Number to convert
* @param Lang $langs Language * @param Lang $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 Text of the number
*/ */
function dol_convertToWord($num=0, $langs, $currency=false, $centimes=false) function dol_convertToWord($num, $langs, $currency=false, $centimes=false)
{ {
global $conf; global $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment