Skip to content

Commit

Permalink
fix precommit (#31235)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Oct 3, 2024
1 parent fde37d8 commit e07c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/closure/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
if (empty($count_by_month['total']) && empty($current_fiscal_period['status'])) {
$button = '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?action=step_2&fiscal_period_id=' . $current_fiscal_period['id'] . '">' . $langs->trans("AccountancyClosureClose") . '</a>';
} else {
$button = '<a class="butActionRefused classfortooltip" href="#" title="This fiscal period alread has the status Closed. Feature disabled.">' . $langs->trans("AccountancyClosureClose") . '</a>';
$button = '<a class="butActionRefused classfortooltip" href="#" title="This fiscal period already has the status Closed. Feature disabled.">' . $langs->trans("AccountancyClosureClose") . '</a>';
}
print_barre_liste('', '', '', '', '', '', '', -1, '', '', 0, $button, '', 0, 1, 0);

Expand Down

0 comments on commit e07c04c

Please sign in to comment.