Merge pull request #12078 from frederic34/patch-16
Update fournisseur.commande.class.php
This commit is contained in:
commit
55cd960d38
@ -684,7 +684,7 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
$billedtext = ' - '.$langs->trans("Billed");
|
$billedtext = ' - '.$langs->trans("Billed");
|
||||||
}
|
}
|
||||||
|
|
||||||
$statusLong = $langs->trans($this->statuts_long[$status]).$billedtext;
|
$statusLong = $langs->trans($this->statuts[$status]).$billedtext;
|
||||||
$statusShort = $langs->trans($this->statutshort[$status]);
|
$statusShort = $langs->trans($this->statutshort[$status]);
|
||||||
|
|
||||||
return dolGetStatus($statusLong, $statusShort, '', $statusClass, $mode);
|
return dolGetStatus($statusLong, $statusShort, '', $statusClass, $mode);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user