diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb
index 248258e7..04ae1d5a 100755
--- a/app/views/origami/payments/show.html.erb
+++ b/app/views/origami/payments/show.html.erb
@@ -652,7 +652,7 @@ var pdf_view = '<%=@pdf_view%>';
payment_type = '';
- if ($("#server_mode").val() != "cloud") { // first bill not used in cloud
+ // if ($("#server_mode").val() != "cloud") { // first bill not used in cloud
payment_type = checkReceiptNoInFirstBillData(receipt_no,"payment");
// console.log(payment_type)
// console.log(parseInt(jQuery.inArray("MPU", payment_type)))
@@ -678,7 +678,7 @@ var pdf_view = '<%=@pdf_view%>';
$("#card_payment").hide();
}
}
- }
+ // }
/* end check first bill or not*/
var dining_id = "<%= @sale_data.bookings[0].dining_facility_id %>";