Show cancel date on service information widget
This commit is contained in:
@@ -38,6 +38,7 @@ class ServiceController extends Controller
|
||||
|
||||
$o->order_info->put('cancel_cancel',Carbon::now()->format('Y-m-d H:i:s'));
|
||||
$o->order_status = 'ACTIVE';
|
||||
$o->stop_at = NULL;
|
||||
|
||||
return $o->save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user