Fix: Pb traduction
This commit is contained in:
parent
576ad425d2
commit
aaca0ff86f
@ -480,7 +480,7 @@ class FactureFournisseur
|
|||||||
{
|
{
|
||||||
if ($statut == 0) return $langs->trans('BillShortStatusDraft');
|
if ($statut == 0) return $langs->trans('BillShortStatusDraft');
|
||||||
if ($statut == 3) return $langs->trans('BillShortStatusCanceled');
|
if ($statut == 3) return $langs->trans('BillShortStatusCanceled');
|
||||||
return $langs->trans('BillShortValidated');
|
return $langs->trans('BillShortStatusValidated');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user