Skip to content

Commit

Permalink
FIX #32317 Error with report by month sales tax
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikf authored Dec 14, 2024
1 parent 3ab9812 commit 323093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/localtax/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function pt($db, $sql, $date)


print '<tr class="oddeven">';
print '<td class="nowrap"><a href="'.DOL_URL_ROOT.'/compta/localtax/quadri_detail.php?leftmenu=tax_vat&month='.$m.'&year='.$y.'">'.dol_print_date(dol_mktime(0, 0, 0, $m, 1, $y), "%b %Y").'</a></td>';
print '<td class="nowrap"><a href="'.DOL_URL_ROOT.'/compta/localtax/quadri_detail.php?leftmenu=tax_vat&month='.$m.'&year='.$y.'&localTaxType='.$localTaxType.'">'.dol_print_date(dol_mktime(0, 0, 0, (int) $m, 1, (int) $y), "%b %Y").'</a></td>';

$x_coll_sum = 0;
foreach (array_keys($x_coll) as $rate) {
Expand Down

0 comments on commit 323093e

Please sign in to comment.