Update fiscalyear.php

This commit is contained in:
Laurent Destailleur 2018-12-14 15:49:58 +01:00 committed by GitHub
parent 2011afe6fb
commit 185524bd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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