Merge branch '3.3' of https://github.com/Dolibarr/dolibarr.git into 3.3
This commit is contained in:
commit
d622078d08
@ -2479,7 +2479,7 @@ abstract class CommonObject
|
|||||||
$parameters=array();
|
$parameters=array();
|
||||||
$reshook=$hookmanager->executeHooks('showLinkedObjectBlock',$parameters,$this,$action); // Note that $action and $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('showLinkedObjectBlock',$parameters,$this,$action); // Note that $action and $object may have been modified by hook
|
||||||
|
|
||||||
if (! $reshook)
|
if (empty($hookmanager->resPrint))
|
||||||
{
|
{
|
||||||
$num = count($this->linkedObjects);
|
$num = count($this->linkedObjects);
|
||||||
|
|
||||||
|
|||||||
@ -41,6 +41,8 @@ class HookManager
|
|||||||
|
|
||||||
// Array result
|
// Array result
|
||||||
var $resArray=array();
|
var $resArray=array();
|
||||||
|
// Printable result (int, string)
|
||||||
|
var $resPrint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user