Ajout commentaires et fonctionnalites relatives aux pdf
This commit is contained in:
parent
e3bb9edc9f
commit
eaef6a023f
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user