Fix syntax error

This commit is contained in:
Laurent Destailleur 2018-12-14 16:25:37 +01:00
parent 98b8113a39
commit e0011222d1

View File

@ -117,7 +117,7 @@ if ($result)
}
else
{
$addbutton = '<a class="butActionRefused classfortooltip" href="#" title="' . dol_escape_htmltag($langs->trans("NotAllowed") . '">' . $langs->trans("NewFiscalYear") . '</a>';
$addbutton = '<a class="butActionRefused classfortooltip" href="#" title="'.dol_escape_htmltag($langs->trans("NotAllowed")).'">' . $langs->trans("NewFiscalYear") . '</a>';
}
$title = $langs->trans('AccountingPeriods');