Fix trigger was not called
This commit is contained in:
parent
4245ad6e2a
commit
9508c3e0b9
@ -239,7 +239,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (! $error && $call_trigger)
|
if (! $error)
|
||||||
{
|
{
|
||||||
$object->context=array('merge'=>1, 'mergefromid'=>$soc_origin->id);
|
$object->context=array('merge'=>1, 'mergefromid'=>$soc_origin->id);
|
||||||
|
|
||||||
@ -1994,7 +1994,7 @@ else
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
print $form->formconfirm($_SERVER["PHP_SELF"]."?socid=".$object->id, $langs->trans("MergeThirdparties"), $langs->trans("ConfirmMergeThirdparties"), "confirm_merge", $formquestion, 'no', 1, 200);
|
print $form->formconfirm($_SERVER["PHP_SELF"]."?socid=".$object->id, $langs->trans("MergeThirdparties"), $langs->trans("ConfirmMergeThirdparties"), "confirm_merge", $formquestion, 'no', 1, 250);
|
||||||
}
|
}
|
||||||
|
|
||||||
dol_htmloutput_mesg(is_numeric($error)?'':$error, $errors, 'error');
|
dol_htmloutput_mesg(is_numeric($error)?'':$error, $errors, 'error');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user