Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into staging

This commit is contained in:
Yan
2017-10-11 10:03:30 +06:30

View File

@@ -24,6 +24,9 @@ class Origami::RequestBillsController < ApplicationController
# Bind shift sale id to sale
@sale_data.shift_sale_id = shift.id
@sale_data.save
# Promotion Activation
Promotion.promo_activate(@sale)
else
@status = false
@error_message = "No Current Open Shift for This Employee"