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

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

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

revision 1.34 by eldy, Sat Sep 3 15:11:03 2005 UTC revision 1.35 by eldy, Sun Sep 4 21:01:32 2005 UTC
# Line 906  class Commande Line 906  class Commande
906          }          }
907      }      }
908    
909    
910      /**
911       *    \brief      Retourne le libellé du statut de la commande
912       *    \return     string      Libellé
913       */
914        function getLibStatut()
915        {
916                    return $this->LibStatut($this->statut);
917        }
918    
919      /**
920       *    \brief      Renvoi le libellé d'un statut donné
921       *    \param      statut      id statut
922       *    \return     string      Libellé
923       */
924        function LibStatut($statut)
925        {
926            return $this->status_label_short[$statut];
927        }
928    
929    
930      /**      /**
931       *      \brief     Charge les informations d'ordre info dans l'objet commande       *      \brief     Charge les informations d'ordre info dans l'objet commande
932       *      \param     id       Id de la commande a charger       *      \param     id       Id de la commande a charger

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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