Skip to content

An incorrect hash key resulted in the credited tax amounts to show as… #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion httemplate/search/tax_sales.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ while ($countdate < $enddate) {
if ($report->{'total'}->{$pkgclass}) {
my %totals = map { $$_[0] => $$_[2] } @{$report->{'total'}->{$pkgclass}};
$values[0] = $totals{'tax'};
$values[1] = $totals{'credit'};
$values[1] = $totals{'tax_credited'};
}

# treat each tax class like it's an additional pkg class
Expand Down