From 6952ce73598c7f767422999daaef435e08fde558 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Wed, 13 Jun 2018 14:14:14 +0630 Subject: [PATCH] update move table --- app/views/origami/movetable/move_dining.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/movetable/move_dining.html.erb b/app/views/origami/movetable/move_dining.html.erb index 190b4b7a..06dc386b 100755 --- a/app/views/origami/movetable/move_dining.html.erb +++ b/app/views/origami/movetable/move_dining.html.erb @@ -351,7 +351,7 @@ end var dining_name = $(this).attr("data-name"); var dining_id = $(this).attr("data-id"); var change_from = "<%= @dining.id %>"; - if ((dining_id == change_from)) { + if (dining_id == change_from) { swal({ title: "Alert!!", text: 'Please select another table !',