Modif du texte de def de Neptune
This commit is contained in:
parent
ab5d768e04
commit
c3924a3a81
@ -37,8 +37,17 @@ Renvoie le num
|
|||||||
|
|
||||||
function neptune_get_num_explain()
|
function neptune_get_num_explain()
|
||||||
{
|
{
|
||||||
return '
|
$texte = '
|
||||||
Identique à pluton, avec un correcteur au moyen de la constante FACTURE_NEPTUNE_DELTA.';
|
Identique à pluton, avec un correcteur au moyen de la constante FACTURE_NEPTUNE_DELTA.';
|
||||||
|
if (defined("FACTURE_NEPTUNE_DELTA"))
|
||||||
|
{
|
||||||
|
$texte .= "Définit et vaut : ".FACTURE_NEPTUNE_DELTA;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$texte .= "N'est pas définit";
|
||||||
|
}
|
||||||
|
return $texte;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user