Début ajout d'un modèle de numérotation paramétrable
This commit is contained in:
parent
3af4136ffe
commit
8ffde4c9e1
@ -90,6 +90,16 @@ function info()
|
|||||||
$texte.= ' ('.$langs->trans('IsNotDefined').')<br>';
|
$texte.= ' ('.$langs->trans('IsNotDefined').')<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$texte.= 'Un offset est appliqué sur le compteur';
|
||||||
|
if ($conf->global->FACTURE_NUM_DELTA)
|
||||||
|
{
|
||||||
|
$texte.= ' ('.$langs->trans('DefinedAndHasThisValue').' : '.$conf->global->FACTURE_NUM_DELTA.')<br>';
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$texte.= ' ('.$langs->trans('IsNotDefined').')<br>';
|
||||||
|
}
|
||||||
|
|
||||||
return $texte;
|
return $texte;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user