mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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()
|
||||
{
|
||||
|
|
@ -441,8 +441,10 @@ class Expedition
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Lit la commande associée
|
||||
*
|
||||
*/
|
||||
function fetch_commande()
|
||||
{
|
||||
$this->commande =& new Commande($this->db);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user