From 76b1cda5300852a9d4f5849fcd304e29318c1db3 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Tue, 6 Feb 2018 11:15:43 +0630 Subject: [PATCH] update discount for first bill --- app/views/origami/home/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index b7d38125..a5b7b23c 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -476,7 +476,7 @@ receipt_no = ($("#receipt_no").html()).trim(); } - discount="<%= @membership.discount%>"\ + discount="<%= @membership.discount%>" if ($("#server_mode").val() != "cloud") { // first bill not used in cloud if (discount) { if(checkReceiptNoInFirstBillData(receipt_no,"")){