Fix (again) Summary_taxes percent column sorting (#1003)

This commit is contained in:
FrancescoUK
2016-11-26 15:50:35 +00:00
parent 7d4dff0a37
commit 00565ddc8f

View File

@@ -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' => 'number_sorter'),
array('tax_percent' => $this->lang->line('reports_tax_percent'), 'sorter' => 'number_sorter'),
array('report_count' => $this->lang->line('reports_count')),
array('subtotal' => $this->lang->line('reports_subtotal'), 'sorter' => 'number_sorter'),
array('tax' => $this->lang->line('reports_tax'), 'sorter' => 'number_sorter'),