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