Dbut ajout d'un modle de numrotation paramtrable

This commit is contained in:
Regis Houssin 2007-02-06 14:55:10 +00:00
parent 3af4136ffe
commit 8ffde4c9e1

View File

@ -90,6 +90,16 @@ function info()
$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;
}