Skip to content

Commit

Permalink
Revert change causing issues with Detailed Transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
daN4cat committed Mar 6, 2020
1 parent f448794 commit f3e87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/reports/Detailed_sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getData(array $inputs)
foreach($data['summary'] as $key=>$value)
{
$this->db->select('
MAX(name) AS name,
name,
category,
quantity_purchased,
item_location,
Expand Down

0 comments on commit f3e87d3

Please sign in to comment.