[*] PDF : New hook actionPDFInvoiceRender
[-] PDF : Can't display invoice due to Collection git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11138 b9a71923-0436-4b27-9f14-aed3839534dd
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