Fix: Le statut des factures ne s'affichait pas correctement dans la fiche client.
This commit is contained in:
parent
ce7e2cb454
commit
c5950642a1
@ -429,7 +429,7 @@ class Facture
|
||||
*/
|
||||
Function get_libstatut()
|
||||
{
|
||||
return $this->LibStatut($this->paye,$this->statut);
|
||||
return LibStatut($this->paye,$this->statut);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user