From a35a76b1ce1f04baabb268b1aa3f3493ce7eda0f Mon Sep 17 00:00:00 2001 From: phyusin Date: Mon, 9 Jul 2018 10:17:40 +0630 Subject: [PATCH] remove alert --- app/views/origami/home/show.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index 57e9eb74..00bfbead 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -1275,9 +1275,7 @@ data: {sale_id: sale_id, cashier_type: cashier_type, tax_type: tax_type}, success:function(data){ if(data.status){ - alert(tax_type); localStorage.setItem("tax_type", tax_type); - alert(localStorage.getItem("tax_type")); window.location.href = '/origami/table/'+dining_id; } }