/[dolibarr]/dolibarr/htdocs/facture.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/facture.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.132 by eldy, Fri Nov 11 20:11:57 2005 UTC revision 1.133 by eldy, Fri Nov 11 22:36:56 2005 UTC
# Line 1284  class Facture Line 1284  class Facture
1284          }          }
1285    
1286          /**          /**
1287          *    \brief      Retourne le libellé du statut d'une facture (brouillon, validée, abandonnée, payée)           *    \brief      Retourne le libellé du statut d'une facture (brouillon, validée, abandonnée, payée)
1288          *    \return     string      Libell           *    \param      mode          0=libellé long, 1=libellé court
1289          */           *    \return     string        Libelle
1290          function getLibStatut()           */
1291            function getLibStatut($mode=0)
1292          {          {
1293                  return $this->LibStatut($this->paye,$this->statut);                  return $this->LibStatut($this->paye,$this->statut,$mode);
1294          }          }
1295    
1296          /**          /**

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26