Skip to content
Snippets Groups Projects
Commit 20bfdafa authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Suppression fonction inutile

parent c2c358f8
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment