[*] PDF : New hook actionPDFInvoiceRender

[-] PDF : Can't display invoice due to Collection
This commit is contained in:
fBrignoli
2011-12-12 15:23:39 +00:00
parent bfb331c495
commit d8abab3eef
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class PDFCore
$this->smarty = $smarty;
$this->objects = $objects;
if (!is_array($objects))
if (!($objects instanceof Iterator))
$this->objects = array($objects);
}