printer
This commit is contained in:
@@ -83,7 +83,7 @@ class Printer::OrderQueuePrinter < Printer::PrinterWorker
|
||||
|
||||
|
||||
shop = Shop.current_shop
|
||||
directory_name = 'public/orders_'+shop.shop_code
|
||||
directory_name = 'public/orders_'+ shop.shop_code
|
||||
Dir.mkdir(directory_name) unless File.exists?(directory_name)
|
||||
|
||||
# For Print Per Item
|
||||
|
||||
Reference in New Issue
Block a user