XMLREADER: to_pdf doesn't require a DB conx
This commit is contained in:
parent
929519f122
commit
d070ebe1c2
2 changed files with 7 additions and 6 deletions
|
|
@ -322,7 +322,7 @@ class Acc_Document extends Document {
|
|||
{
|
||||
|
||||
// create a PDF with standard information
|
||||
$pdf=$xmlreader->to_pdf($this->db);
|
||||
$pdf=$xmlreader->to_pdf();
|
||||
$file_oid=$this->db->lo_write($pdf->Output("S"));
|
||||
|
||||
//@var $file_oid OID of the large object saved in DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue