update check server mode

This commit is contained in:
Aung Myo
2018-01-12 15:46:40 +06:30
parent 6ff3b04454
commit 0b517807f9
3 changed files with 15 additions and 15 deletions

View File

@@ -311,8 +311,7 @@
}
payment_type = checkReceiptNoInFirstBillData(receipt_no,"payment")
// console.log(jQuery.inArray("Credit", payment_type))
// console.log(payment_type)
if(parseInt(jQuery.inArray("Credit", payment_type)) == -1){
$("#credit_payment").hide();
} else{