shop_code
This commit is contained in:
@@ -3,6 +3,7 @@ class Origami::HomeController < BaseOrigamiController
|
||||
before_action :set_dining, only: [:show]
|
||||
|
||||
def index
|
||||
@shop = Shop.current_shop
|
||||
@webview = check_mobile
|
||||
|
||||
|
||||
@@ -19,6 +20,7 @@ class Origami::HomeController < BaseOrigamiController
|
||||
|
||||
# origami table detail
|
||||
def show
|
||||
@shop = Shop.current_shop
|
||||
# get printer info
|
||||
@print_settings = PrintSetting.get_precision_delimiter()
|
||||
@webview = check_mobile
|
||||
|
||||
Reference in New Issue
Block a user