fix financial transaction type not found
This commit is contained in:
parent
219b5f2de8
commit
bcc647dabb
2 changed files with 2 additions and 3 deletions
|
|
@ -63,8 +63,7 @@ class GroupOrderInvoicePdf < RenderPdf
|
|||
end
|
||||
|
||||
move_down 20
|
||||
text I18n.t('documents.group_order_invoice_pdf.payment_method', payment_method: FinancialTransactionType.find(@options[:payment_method]).name)
|
||||
|
||||
text I18n.t('documents.group_order_invoice_pdf.payment_method', payment_method: @options[:payment_method])
|
||||
text I18n.t('documents.group_order_invoice_pdf.table_headline')
|
||||
move_down 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue