This commit is contained in:
Nicolas Bally 2018-03-27 10:32:02 +02:00
parent a99dbfde83
commit 0368b94967

View File

@ -338,7 +338,7 @@ class Admin::ProductOrdersController < ApplicationController
end end
if @product_order.bl_number? if @product_order.bl_number?
if false if true
@temp_file = "#{Rails.root}/pdf/bl/BL_#{@product_order.id}_temp.pdf" @temp_file = "#{Rails.root}/pdf/bl/BL_#{@product_order.id}_temp.pdf"
@final_file = "#{Rails.root}/pdf/bl/BL_#{@product_order.id}.pdf" @final_file = "#{Rails.root}/pdf/bl/BL_#{@product_order.id}.pdf"