Add hidden option MAIN_USE_BACKGROUND_ON_PDF

This commit is contained in:
Laurent Destailleur
2009-06-15 18:57:34 +00:00
parent 70c4f0bd93
commit f22aa12c2d
14 changed files with 71 additions and 5 deletions

View File

@@ -352,6 +352,8 @@ class pdf_edison extends ModelePDFCommandes
global $conf,$langs,$mysoc;
$langs->load("orders");
pdf_pagehead($pdf,$outputlangs,$pdf->page_hauteur);
//Affiche le filigrane brouillon - Print Draft Watermark
if($object->statut==0 && (! empty($conf->global->COMMANDE_DRAFT_WATERMARK)) )
{