mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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");
|
||||
}
|
||||
|
||||
$statusLong = $langs->trans($this->statuts_long[$status]).$billedtext;
|
||||
$statusLong = $langs->trans($this->statuts[$status]).$billedtext;
|
||||
$statusShort = $langs->trans($this->statutshort[$status]);
|
||||
|
||||
return dolGetStatus($statusLong, $statusShort, '', $statusClass, $mode);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user