From f20da8d0a90261bf14f58fab75432270a4ca9ebd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Jan 2007 23:41:11 +0000 Subject: [PATCH] Doc: Doc doxygen --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index c424b93ffd7..b500cbe8344 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -52,7 +52,7 @@ class Commande extends CommonObject var $ref_client; var $contactid; var $projet_id; - var $statut; + var $statut; // -1=Annulee, 0=Brouillon, 1=Validée, 2=Acceptée, 3=Reçue (facturee ou non) var $facturee; var $brouillon; var $cond_reglement_id;