[*] PDF : New hook actionPDFInvoiceRender
[-] PDF : Can't display invoice due to Collection
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ class PDFCore
|
||||
$this->smarty = $smarty;
|
||||
|
||||
$this->objects = $objects;
|
||||
if (!is_array($objects))
|
||||
if (!($objects instanceof Iterator))
|
||||
$this->objects = array($objects);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user