2
0
forked from Wavyzz/dolibarr

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

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