fix sum table is agnostic to percentage on goi pdf
add pickup to goi pdf add seeds tiny fixes
This commit is contained in:
parent
90e06a475f
commit
c3d56cdf3b
7 changed files with 207 additions and 26 deletions
|
|
@ -33,6 +33,7 @@ class GroupOrderInvoice < ApplicationRecord
|
|||
def load_data_for_invoice
|
||||
invoice_data = {}
|
||||
order = group_order.order
|
||||
invoice_data[:pickup] = order.pickup
|
||||
invoice_data[:supplier] = order.supplier.name
|
||||
invoice_data[:ordergroup] = group_order.ordergroup
|
||||
invoice_data[:group_order] = group_order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue