Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into origin_dolibarr_develop

This commit is contained in:
Laurent Destailleur 2015-02-02 18:38:24 +01:00
commit 9747f1fd2a

View File

@ -27,8 +27,9 @@
* Function to return number or amount in text.
*
* @param float $numero Number to convert
* @param Lang $lang Language
* @return string $entexto Text of the number
* @param Lang $langs Language
* @param string $numorcurrency 'number' or 'amount'
* @return string Text of the number
*/
function dolNumberToWord($numero, $langs, $numorcurrency='number')
{