suite
This commit is contained in:
parent
f5dec3d102
commit
450491e4df
@ -10,7 +10,7 @@ class Admin::ProductOrderDocumentsController < ApplicationController
|
||||
def show
|
||||
@product_order_document = ProductOrderDocument.find_by_token(params[:id])
|
||||
@product_order = @product_order_document.product_order
|
||||
params[:inline] = true
|
||||
#params[:inline] = true
|
||||
if true
|
||||
|
||||
@temp_file = "#{Rails.root}/pdf/bl/DOC_#{@product_order_document.id}_temp.pdf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user