fix for gen pdf

This commit is contained in:
Adrian Hinz 2020-07-09 12:11:59 +02:00
parent 6dcea6310c
commit 3b2122858d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module PsAdmin
def gen_pdf_file
otp = OrderToPdf.new(@order).call
send_file otp
send_data otp, filename: otp.file_name
end
def status_histories