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:
Norbert Penel 2018-12-05 15:18:45 +01:00 committed by GitHub
parent 6d093b03f6
commit b4475e434f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.='&amp;prodid='.$objproduct->id;
if (get_class($objproduct) == 'Product') $out.='&amp;prodid='.$objproduct->id.'&origin=product&originid='.$id;
$out.=(! empty($objcon->id)?'&amp;contactid='.$objcon->id:'').'&amp;backtopage=1&amp;percentage=-1';
//$out.=$langs->trans("AddAnAction").' ';
//$out.=img_picto($langs->trans("AddAnAction"),'filenew');