Minor Updates
This commit is contained in:
parent
1f239e5ea1
commit
38f2de7524
|
|
@ -42,7 +42,6 @@ class PDF extends FPDI
|
||||||
$this->Cell($this->GetPageWidth(), 5, $trans, 0, 0, 'R');
|
$this->Cell($this->GetPageWidth(), 5, $trans, 0, 0, 'R');
|
||||||
} else {
|
} else {
|
||||||
$this->SetX(0);
|
$this->SetX(0);
|
||||||
// $this->SetX(config('ninja.pdf_page_numbering_y_alignment')); // 10mm from left edge
|
|
||||||
$this->Cell($this->GetPageWidth(), 5, $trans, 0, 0, 'C');
|
$this->Cell($this->GetPageWidth(), 5, $trans, 0, 0, 'C');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue