diff --git a/application/models/reports/Summary_customers.php b/application/models/reports/Summary_customers.php index 1b07697af..ff0e9aaf0 100644 --- a/application/models/reports/Summary_customers.php +++ b/application/models/reports/Summary_customers.php @@ -9,7 +9,7 @@ class Summary_customers extends Summary_report return array( array('customer_name' => $this->lang->line('reports_customer')), array('sales' => $this->lang->line('reports_sales'), 'sorter' => 'number_sorter'), - array('quantity' => $this->lang->line('reports_quantity')), + array('quantity' => $this->lang->line('reports_quantity'), 'sorter' => 'number_sorter'), array('subtotal' => $this->lang->line('reports_subtotal'), 'sorter' => 'number_sorter'), array('tax' => $this->lang->line('reports_tax'), 'sorter' => 'number_sorter'), array('total' => $this->lang->line('reports_total'), 'sorter' => 'number_sorter'),