Skip to content
Snippets Groups Projects
Commit 57c29711 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix dol_banner for agenda

parent c72e7c10
No related branches found
No related tags found
No related merge requests found
......@@ -5851,7 +5851,13 @@ class Form
{
$ret.=dol_htmlentities($object->getFullName($langs));
}
else if (in_array($object->element, array('action', 'agenda')))
{
$ret.=$object->label;
}
else if ($fieldref != 'none') $ret.=dol_htmlentities($object->$fieldref);
if ($morehtmlref)
{
$ret.=' '.$morehtmlref;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment