Skip to content

Commit

Permalink
Update bom_agenda.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dolibit-ut authored Jun 14, 2021
1 parent 046215f commit ba4f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/bom/bom_agenda.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
if ($object->id > 0) {
$title = $langs->trans("Agenda");
//if (! empty($conf->global->MAIN_HTML_TITLE) && preg_match('/thirdpartynameonly/',$conf->global->MAIN_HTML_TITLE) && $object->name) $title=$object->name." - ".$title;
$help_url = 'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda';
$help_url = 'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda|DE:Modul_Agenda';
llxHeader('', $title, $help_url);

if (!empty($conf->notification->enabled)) {
Expand Down

0 comments on commit ba4f7a6

Please sign in to comment.