From e0e914858d55f06a69740fd6f24a604ff921d0fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Jun 2006 00:04:20 +0000 Subject: [PATCH] Fix: Mauvaise liste de parametres --- htdocs/fichinter/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index e82f4f3825b..951760700f3 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -106,7 +106,7 @@ if ($_REQUEST['action'] == 'builddoc') // En get ou en post { $outputlangs = new Translate(DOL_DOCUMENT_ROOT ."/langs"); $outputlangs->setDefaultLang($_REQUEST['lang_id']); - $result=fichinter_pdf_create($db, $_REQUEST['id'], '', $_REQUEST['model'], $outputlangs); + $result=fichinter_pdf_create($db, $_REQUEST['id'], $_REQUEST['model'], $outputlangs); if ($result <= 0) { dolibarr_print_error($db,$result);