|
@@ -169,6 +169,7 @@ class OrderController extends O2oBaseController{
|
|
|
$weekend_check = (date('w',strtotime($booking_time))==0 || date('w',strtotime($booking_time))==6)?1:0;
|
|
|
$booking_hour = date('H',strtotime($booking_time));
|
|
|
if($weekend_check){
|
|
|
+ var_dump($coupon);exit;
|
|
|
if($coupon->workday_limit==1){
|
|
|
CommonFn::requestAjax(false,CommonFn::getMessage('o2o','coupon_unuseable'));
|
|
|
}
|