shop code
This commit is contained in:
@@ -46,7 +46,6 @@ class Origami::CustomersController < BaseOrigamiController
|
||||
end
|
||||
|
||||
def add_customer
|
||||
@shop = Shop.current_shop
|
||||
@webview = false
|
||||
if check_mobile
|
||||
@webview = true
|
||||
@@ -163,7 +162,6 @@ class Origami::CustomersController < BaseOrigamiController
|
||||
end
|
||||
|
||||
def send_account
|
||||
@shop = Shop.current_shop
|
||||
amount = params[:amount]
|
||||
account_no = params[:account_no]
|
||||
receipt_no = params[:receipt_no]
|
||||
|
||||
Reference in New Issue
Block a user