fix PDF Pdf

This commit is contained in:
Philipp Rothmann 2023-07-24 10:57:24 +02:00
parent 3b5b057eed
commit 9a34f174a6

View file

@ -1,4 +1,4 @@
class GroupOrderInvoicePdf < RenderPDF
class GroupOrderInvoicePdf < RenderPdf
def filename
I18n.t('documents.group_order_invoice_pdf.filename', :number => @options[:invoice_number]) + '.pdf'
end