This commit is contained in:
Laurent Destailleur 2018-10-15 13:30:25 +02:00
parent df4b3b09d2
commit 5d9b770511
2 changed files with 3 additions and 2 deletions

View File

@ -4107,7 +4107,7 @@ class Facture extends CommonInvoice
* @param int $hidedetails Hide details of lines
* @param int $hidedesc Hide description
* @param int $hideref Hide ref
* @param null|array $moreparams Array to provide more information
* @param null|array $moreparams Array to provide more information
* @return int <0 if KO, >0 if OK
*/
public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)

View File

@ -284,8 +284,9 @@ class Utils
}
$errormsg='';
$handle = '';
// Debut appel methode execution
// Start call method to execute dump
$fullcommandcrypted=$command." ".$paramcrypted." 2>&1";
$fullcommandclear=$command." ".$paramclear." 2>&1";
if ($compression == 'none') $handle = fopen($outputfile, 'w');