membership settings UI
This commit is contained in:
@@ -707,8 +707,9 @@ var customer_name = "<%= @customer.name %>";
|
||||
var pdf_view = '<%=@pdf_view%>';
|
||||
var trans_flag = <%= @trans_flag %>;
|
||||
var paymalcount = <%= @paymalcount %>;
|
||||
// console.log(pdf_view)
|
||||
$(document).ready(function(){
|
||||
// console.log(pdf_view)
|
||||
$(document).ready(function(){
|
||||
$("#sxModal").hide();
|
||||
if(cashier_type == "food_court" && paymalcount == 0.0){
|
||||
$("#is_paymemberModal").modal({show : true, backdrop : false, keyboard : false});
|
||||
}
|
||||
@@ -1663,7 +1664,7 @@ var paymalcount = <%= @paymalcount %>;
|
||||
}
|
||||
});
|
||||
|
||||
// Read Card Reader
|
||||
// Read Card Reader - Paymal payment for FoodCourt
|
||||
$(".btn_paymal_member").on('click', function (){
|
||||
var cardNo = "";
|
||||
var sale_id = $("#sale_id").text() || 0;
|
||||
|
||||
Reference in New Issue
Block a user