Browse Source

Fix syntax error

Laurent Destailleur 6 years ago
parent
commit
e0011222d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/accountancy/admin/fiscalyear.php

+ 1 - 1
htdocs/accountancy/admin/fiscalyear.php

@@ -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');