2
0
forked from Wavyzz/dolibarr

Qual: Uniformize all document generation into function write_file

Doxygen
This commit is contained in:
Laurent Destailleur
2010-11-11 01:09:41 +00:00
parent e50c375a8f
commit d018d4be8b
13 changed files with 39 additions and 31 deletions

View File

@@ -61,10 +61,11 @@ class html_cerfafr extends ModeleDon
/**
\brief Fonction generant le recu sur le disque
\param id Id du recu a generer
\return int >0 si ok, <0 si ko
*/
* Write the object to document file to disk
* @param don Donation object
* @param outputlangs Lang object for output language
* @return int >0 if OK, <0 if KO
*/
function write_file($don,$outputlangs)
{
global $user,$conf,$langs,$mysoc;