order item split bill process
This commit is contained in:
@@ -18,4 +18,9 @@ class BaseOrigamiController < ActionController::Base
|
||||
# def checkin_process
|
||||
# CheckinJob.set(wait: 1.minute).perform_later()
|
||||
# end
|
||||
|
||||
# Get current Cashier
|
||||
def get_cashier
|
||||
@cashier = Employee.where("role = 'cashier' AND token_session <> ''")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user