check order reservation
This commit is contained in:
@@ -294,6 +294,8 @@ function showNewOrder(order_reservation){
|
||||
var date = new Date(order_reservation.requested_time);
|
||||
var time = timeFormat(date);
|
||||
var requested_date = date.getFullYear() + '-' + (date.getMonth() > 10? date.getMonth() : '0' + (date.getMonth() + 1)) +'-'+ (date.getDate() > 10? date.getDate() : '0' + date.getDate()) +' '+time;
|
||||
var audio = new Audio('/beep-07.wav'); // define your audio
|
||||
audio.play();
|
||||
swal({
|
||||
html: true,
|
||||
title: 'Information',
|
||||
|
||||
Reference in New Issue
Block a user