From eaef6a023fc99d72bbc4ee01073cc6bcdd2e6cf5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 17 Apr 2005 15:40:41 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20commentaires=20et=20fonctionnalit=E9es?= =?UTF-8?q?=20relatives=20aux=20pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/expedition/expedition.class.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/expedition/expedition.class.php b/htdocs/expedition/expedition.class.php index 6dc92ed049a..055211eac15 100644 --- a/htdocs/expedition/expedition.class.php +++ b/htdocs/expedition/expedition.class.php @@ -380,7 +380,7 @@ class Expedition } } /** - * Class la commande + * Classe la commande * * */ @@ -399,7 +399,7 @@ class Expedition } } /* - * + * Renvoie le répertoire ou est/sera stocké le document */ function _dir() { @@ -441,8 +441,10 @@ class Expedition } } } - - + /* + * Lit la commande associée + * + */ function fetch_commande() { $this->commande =& new Commande($this->db);