forked from Wavyzz/dolibarr
Fix: Bad object
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user