Fix assignation

This commit is contained in:
Laurent Destailleur 2019-07-20 16:01:28 +02:00
parent 73b5302905
commit 6bc38acb56

View File

@ -2719,7 +2719,7 @@ else
$MAXEVENT = 10;
$morehtmlright.= dolGetButtonTitle($langs->trans('SeeAll'), '', 'fa fa-list-alt', DOL_URL_ROOT.'/societe/agenda.php?socid='.$object->id);
$morehtmlright = dolGetButtonTitle($langs->trans('SeeAll'), '', 'fa fa-list-alt', DOL_URL_ROOT.'/societe/agenda.php?socid='.$object->id);
// List of actions on element
include_once DOL_DOCUMENT_ROOT . '/core/class/html.formactions.class.php';