2
0
forked from Wavyzz/dolibarr

Fix: Libraries not used inside a web container must not use a GETPOST function.

This commit is contained in:
Laurent Destailleur
2011-04-13 13:44:58 +00:00
parent 860563b347
commit bd8e0e88a5
6 changed files with 32 additions and 29 deletions

View File

@@ -142,8 +142,10 @@ class ModeleNumRefCommandes
* @param outputlangs objet lang a utiliser pour traduction
* @param hidedetails Hide details of lines
* @param hidedesc Hide description
* @param hideref Hide ref
* @return int 0 if KO, 1 if OK
*/
function commande_pdf_create($db, $object, $modele, $outputlangs, $hidedetails=0, $hidedesc=0)
function commande_pdf_create($db, $object, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
{
global $conf,$langs;
$langs->load("orders");