Fix: Le statut des factures ne s'affichait pas correctement dans la fiche client.

This commit is contained in:
Laurent Destailleur 2004-04-22 20:12:17 +00:00
parent ce7e2cb454
commit c5950642a1

View File

@ -429,7 +429,7 @@ class Facture
*/
Function get_libstatut()
{
return $this->LibStatut($this->paye,$this->statut);
return LibStatut($this->paye,$this->statut);
}
/**