shop_code
This commit is contained in:
@@ -8,6 +8,7 @@ class Origami::RequestBillsController < ApplicationController
|
||||
end
|
||||
# Print Request Bill and add to sale tables
|
||||
def print
|
||||
@shop = Shop.current_shop
|
||||
if !ShiftSale.current_shift(@shop.shop_code).nil?
|
||||
order_id = params[:id] # order_id
|
||||
order = Order.find(order_id)
|
||||
|
||||
Reference in New Issue
Block a user