Ajout d'une case pour un message
This commit is contained in:
parent
a674a48a05
commit
b155fb6660
@ -19,6 +19,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
|
* PROP_PDF_MESSAGE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Class pdf_propale_rouge
|
Class pdf_propale_rouge
|
||||||
@ -177,6 +178,15 @@ Class pdf_propale_rouge
|
|||||||
$pdf->SetXY (174, $tab2_top + ($tab2_lh*4));
|
$pdf->SetXY (174, $tab2_top + ($tab2_lh*4));
|
||||||
$pdf->MultiCell(26, $tab2_lh, price($propale->total_ttc), 1, 'R', 1);
|
$pdf->MultiCell(26, $tab2_lh, price($propale->total_ttc), 1, 'R', 1);
|
||||||
|
|
||||||
|
|
||||||
|
if (defined("PROP_PDF_MESSAGE") && PROP_PDF_MESSAGE)
|
||||||
|
{
|
||||||
|
$pdf->SetXY (10, $tab2_top + 2);
|
||||||
|
$pdf->SetFont('Arial','',10);
|
||||||
|
$pdf->MultiCell(120, 5, PROP_PDF_MESSAGE);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user