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(); } }