Merge pull request #19063 from FHenry/fix_conferenceorbooth_preparehead

fix: EventOrganization prepare head href link
This commit is contained in:
Laurent Destailleur 2021-10-21 22:10:22 +02:00 committed by GitHub
commit ee9eb4803f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ function conferenceorboothPrepareHead($object, $with_project = 0)
$withProjectUrl = "&withproject=1";
}
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.ph?id='.$object->id.$withProjectUrl;
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.php?id='.$object->id.$withProjectUrl;
$head[$h][1] = $langs->trans("Card");
$head[$h][2] = 'card';
$h++;