mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Print order needs render_with_wicked_pdf
and call WickedPdf::PdfHelper explicitly
This commit is contained in:
@@ -89,7 +89,7 @@ module Spree
|
||||
end
|
||||
|
||||
def print
|
||||
render InvoiceRenderer.new.args(@order)
|
||||
render_with_wicked_pdf InvoiceRenderer.new.args(@order)
|
||||
end
|
||||
|
||||
def print_ticket
|
||||
|
||||
Reference in New Issue
Block a user