Events are not linked to products
when created from a product card, the events are not linked to the product
This commit is contained in:
parent
6d093b03f6
commit
b4475e434f
@ -159,7 +159,7 @@ if ($id > 0 || $ref)
|
||||
if ((! empty($objproduct->id) || ! empty($objcon->id)) && $permok)
|
||||
{
|
||||
//$out.='<a href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create';
|
||||
if (get_class($objproduct) == 'Product') $out.='&prodid='.$objproduct->id;
|
||||
if (get_class($objproduct) == 'Product') $out.='&prodid='.$objproduct->id.'&origin=product&originid='.$id;
|
||||
$out.=(! empty($objcon->id)?'&contactid='.$objcon->id:'').'&backtopage=1&percentage=-1';
|
||||
//$out.=$langs->trans("AddAnAction").' ';
|
||||
//$out.=img_picto($langs->trans("AddAnAction"),'filenew');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user