can modify tooltip by reference
This commit is contained in:
parent
c01cc0c212
commit
e562bf5b1c
@ -550,7 +550,7 @@ class AccountingAccount extends CommonObject
|
|||||||
$result .= $linkstart . $label_link . $linkend;
|
$result .= $linkstart . $label_link . $linkend;
|
||||||
}
|
}
|
||||||
global $action;
|
global $action;
|
||||||
$hookmanager->initHooks(array('accountingjournaldao'));
|
$hookmanager->initHooks(array('accountingaccountdao'));
|
||||||
$parameters = array('id'=>$this->id, 'getnomurl' => &$result);
|
$parameters = array('id'=>$this->id, 'getnomurl' => &$result);
|
||||||
$reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks
|
$reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks
|
||||||
if ($reshook > 0) {
|
if ($reshook > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user