This commit is contained in:
objecttothis
2022-11-17 16:19:15 +04:00
committed by Steve Ireland
parent f402ab8e98
commit 490c8e2662

View File

@@ -450,6 +450,7 @@ class Reports extends Secure_Controller
foreach($report_data as $row)
{
$tabular_data[] = [
'tax_name' => $row['name'],
'tax_percent' => $row['percent'],
'report_count' => $row['count'],
'subtotal' => to_currency($row['subtotal']),