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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
20bfdafa
Commit
20bfdafa
authored
Nov 3, 2005
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Suppression fonction inutile
parent
c2c358f8
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/lib/functions.inc.php
+0
-10
0 additions, 10 deletions
htdocs/lib/functions.inc.php
with
0 additions
and
10 deletions
htdocs/lib/functions.inc.php
+
0
−
10
View file @
20bfdafa
...
@@ -1606,16 +1606,6 @@ function tva($euros, $taux=19.6)
...
@@ -1606,16 +1606,6 @@ function tva($euros, $taux=19.6)
return
sprintf
(
"%01.2f"
,(
$euros
*
$taux
));
return
sprintf
(
"%01.2f"
,(
$euros
*
$taux
));
}
}
/**
\brief Fonction qui calcule le montant tva incluse
\param euros somme en euro
\param taux taux de tva
*/
function
inctva
(
$euros
,
$taux
=
1.196
)
{
return
sprintf
(
"%01.2f"
,(
$euros
*
$taux
));
}
/**
/**
\brief Renvoie oui ou non dans la langue choisie
\brief Renvoie oui ou non dans la langue choisie
\param yesno variable pour test si oui ou non
\param yesno variable pour test si oui ou non
...
...
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