mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Stub PDF generator
This commit is contained in:
parent
58317f24e8
commit
84ab240eda
@ -195,10 +195,14 @@ class StubBuilder
|
|||||||
|
|
||||||
$maker = new PdfMaker($state);
|
$maker = new PdfMaker($state);
|
||||||
|
|
||||||
|
nlog("pre html");
|
||||||
|
|
||||||
$this->html = $maker->design($template)
|
$this->html = $maker->design($template)
|
||||||
->build()
|
->build()
|
||||||
->getCompiledHTML();
|
->getCompiledHTML();
|
||||||
|
|
||||||
|
nlog($this->html);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user