food court and Booking ID for order and receipt
This commit is contained in:
@@ -228,6 +228,7 @@ function getOnlineOrderCount(){
|
||||
url: "/origami/get_order_info",
|
||||
dataType: "json",
|
||||
success: function(data){
|
||||
console.log(data);
|
||||
if(parseInt(data) > 0){
|
||||
count = parseInt(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user