Fix missing stock group orders in PDFs
This commit is contained in:
parent
739914ad43
commit
b45e48e4c9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class OrderPdf < RenderPDF
|
|||
group('groups.id').
|
||||
offset(offset).
|
||||
limit(limit).
|
||||
pluck('groups.name', 'SUM(group_orders.price)', 'groups.id')
|
||||
pluck('groups.name', 'SUM(group_orders.price)', 'ordergroup_id')
|
||||
|
||||
result.map do |item|
|
||||
[item.first || stock_ordergroup_name] + item[1..-1]
|
||||
|
|
Loading…
Reference in a new issue