2
0
forked from Wavyzz/dolibarr

Fix: Bad object

This commit is contained in:
Laurent Destailleur
2010-08-31 21:02:01 +00:00
parent 7e4ac7ce74
commit bb4ca59ce3
14 changed files with 14 additions and 14 deletions

View File

@@ -354,7 +354,7 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
{
global $langs,$conf,$mysoc;
pdf_pagehead($pdf,$outputlangs,$pdf->page_hauteur);
pdf_pagehead($pdf,$outputlangs,$this->page_hauteur);
$pdf->SetTextColor(0,0,60);
$pdf->SetFont('Arial','B',13);

View File

@@ -496,7 +496,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
{
global $langs,$conf,$mysoc;
pdf_pagehead($pdf,$outputlangs,$pdf->page_hauteur);
pdf_pagehead($pdf,$outputlangs,$this->page_hauteur);
$pdf->SetTextColor(0,0,60);
$pdf->SetFont('Arial','B',13);