mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
Porting over d2d9c9c
This commit is contained in:
committed by
Steve Ireland
parent
f402ab8e98
commit
490c8e2662
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user