update job
This commit is contained in:
@@ -46,8 +46,7 @@ class Api::BillController < Api::ApiController
|
||||
|
||||
Promotion.promo_activate(@sale)
|
||||
|
||||
#BillBroadcastJob.perform_later(table)
|
||||
ActionCable.server.broadcast "bill_channel",table: table
|
||||
BillBroadcastJob.perform_later(table)
|
||||
else
|
||||
@status = false
|
||||
@error_message = "No Current Open Shift"
|
||||
|
||||
@@ -157,4 +157,5 @@ class DiningFacility < ApplicationRecord
|
||||
#Send to background job for processing
|
||||
CheckInBookingJob.perform_later(table)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user