This commit is contained in:
Laurent Destailleur 2011-03-13 18:31:16 +00:00
parent 0103346373
commit 0aab6b15ae

View File

@ -2209,10 +2209,10 @@ class Facture extends CommonObject
/** /**
* \brief Retourne le libelle du statut d'une facture (brouillon, validee, abandonnee, payee) * Return label of object status
* \param mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle lon * @param mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=short label + picto
* \param alreadypaid 0=No payment already done, 1=Some payments already done * @param alreadypaid 0=No payment already done, 1=Some payments already done
* \return string Libelle * @return string Label
*/ */
function getLibStatut($mode=0,$alreadypaid=-1) function getLibStatut($mode=0,$alreadypaid=-1)
{ {