Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into origin_dolibarr_develop
This commit is contained in:
commit
9747f1fd2a
@ -27,8 +27,9 @@
|
|||||||
* Function to return number or amount in text.
|
* Function to return number or amount in text.
|
||||||
*
|
*
|
||||||
* @param float $numero Number to convert
|
* @param float $numero Number to convert
|
||||||
* @param Lang $lang Language
|
* @param Lang $langs Language
|
||||||
* @return string $entexto Text of the number
|
* @param string $numorcurrency 'number' or 'amount'
|
||||||
|
* @return string Text of the number
|
||||||
*/
|
*/
|
||||||
function dolNumberToWord($numero, $langs, $numorcurrency='number')
|
function dolNumberToWord($numero, $langs, $numorcurrency='number')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user