diff --git a/app/Controllers/Reports.php b/app/Controllers/Reports.php index c860f358d..e6c8184a6 100644 --- a/app/Controllers/Reports.php +++ b/app/Controllers/Reports.php @@ -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']),