mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-19 01:06:57 -04:00
Fix Summary_taxes percent column (#1003)
This commit is contained in:
1 parent
dc4d582898
commit
9bef65b9cb
1 file changed
+1
-1
@@ -12,7 +12,7 @@ class Summary_taxes extends Summary_report
|
||||
protected function _get_data_columns()
|
||||
{
|
||||
return array(
|
||||
array('tax' => $this->lang->line('reports_tax_percent'), 'sorter' => 'currency_sorter'),
|
||||
array('tax_percent' => $this->lang->line('reports_tax_percent'), 'sorter' => 'currency_sorter'),
|
||||
array('report_count' => $this->lang->line('reports_count')),
|
||||
array('subtotal' => $this->lang->line('reports_subtotal'), 'sorter' => 'currency_sorter'),
|
||||
array('tax' => $this->lang->line('reports_tax'), 'sorter' => 'currency_sorter'),
|
||||
|
||||
Reference in new issue
Block a user