Crucial file missed
This commit is contained in:
parent
bfe972c774
commit
c61e6ca161
|
|
@ -53,7 +53,7 @@ foreach($document['DocPage'] as $page) {
|
|||
$LineItemTable = $this->element('line_items_table');
|
||||
//echo $LineItemTable;
|
||||
$pdfdoc->SetHeaderMargin(30);
|
||||
$pdfdoc->SetFooterMargin(30);
|
||||
$pdfdoc->SetFooterMargin(35);
|
||||
$pdfdoc->SetPrintHeader(true);
|
||||
$pdfdoc->AddPage();
|
||||
//$pdfdoc->MultiCell($w, $h, $txt, $border, $align, $fill, $ln, $x, $y, $reseth, $stretch, $ishtml)
|
||||
|
|
|
|||
Loading…
Reference in a new issue