missing &
This commit is contained in:
parent
71386479ad
commit
1d279dedaa
@ -2262,7 +2262,7 @@ function pdf_getTotalQty($object, $type, $outputlangs)
|
|||||||
* @param Translate $outputlangs Object lang for output
|
* @param Translate $outputlangs Object lang for output
|
||||||
* @return array Linked objects
|
* @return array Linked objects
|
||||||
*/
|
*/
|
||||||
function pdf_getLinkedObjects($object, $outputlangs)
|
function pdf_getLinkedObjects(&$object, $outputlangs)
|
||||||
{
|
{
|
||||||
global $db, $hookmanager;
|
global $db, $hookmanager;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user