From 0ff76ca98ae859f5b4d9a0baebd3d85b14bce26a Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 15 Dec 2017 15:15:40 +0630 Subject: [PATCH] update osaka discoun 5% --- app/views/origami/customers/index.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/origami/customers/index.html.erb b/app/views/origami/customers/index.html.erb index e788a08f..03c73fea 100755 --- a/app/views/origami/customers/index.html.erb +++ b/app/views/origami/customers/index.html.erb @@ -32,7 +32,7 @@
- +
@@ -423,13 +423,13 @@ success: function(data) { if(data.status == true) { - var id = $("#table_id").val() - var type = $("#type").val() + var id = $("#table_id").val(); + var type = $("#type").val(); if (type=="Table") { window.location.href = '/origami/table/'+id }else{ - window.location.href = '/origami/room/'+id - } + window.location.href = '/origami/room/'+id + } }else{ swal("Alert!", "Record not found!", "error"); location.reload();