From 51bb2d0fcfd90fbcccc1f9ae140b6cc844fcc6dc Mon Sep 17 00:00:00 2001 From: Thein Lin Kyaw Date: Tue, 4 Aug 2020 11:52:35 +0630 Subject: [PATCH] change tax after first bill --- 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 5e94f364..b791527b 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -818,10 +818,8 @@ if ($("#server_mode").val() != "cloud") { // first bill not used in cloud if (discount) { if(checkReceiptNoInFirstBillData(receipt_no,"")){ - $("button.change_tax").hide(); $("#pay").show(); }else{ - $("button.change_tax").show(); $("#pay").hide(); } }