Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
842859c3
Commit
842859c3
authored
8 years ago
by
arnaud
Browse files
Options
Downloads
Patches
Plain Diff
FIX travis bis
parent
26b8112d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/lib/functionsnumtoword.lib.php
+3
-3
3 additions, 3 deletions
htdocs/core/lib/functionsnumtoword.lib.php
with
3 additions
and
3 deletions
htdocs/core/lib/functionsnumtoword.lib.php
+
3
−
3
View file @
842859c3
...
@@ -26,14 +26,14 @@
...
@@ -26,14 +26,14 @@
/**
/**
* Function to return number in text.
* Function to return number in text.
*
*
*
@deprecated
*
* @param float $num
ero
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment