Ajout commentaires et fonctionnalites relatives aux pdf

This commit is contained in:
Rodolphe Quiedeville 2005-04-17 15:40:41 +00:00
parent e3bb9edc9f
commit eaef6a023f

View File

@ -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() function _dir()
{ {
@ -441,8 +441,10 @@ class Expedition
} }
} }
} }
/*
* Lit la commande associée
*
*/
function fetch_commande() function fetch_commande()
{ {
$this->commande =& new Commande($this->db); $this->commande =& new Commande($this->db);