remove frt bill

This commit is contained in:
Yan
2018-01-09 16:56:34 +06:30
parent 2b50ae5fb9
commit bac1309f1f
3 changed files with 6 additions and 54 deletions

View File

@@ -447,11 +447,11 @@
receipt_no = ($("#receipt_no").html()).trim();
}
// console.log(checkReceiptNoInFirstBillData(receipt_no));
if(checkReceiptNoInFirstBillData(receipt_no,"")){
$("#pay").show();
}else{
$("#pay").hide();
}
// if(checkReceiptNoInFirstBillData(receipt_no,"")){
// $("#pay").show();
// }else{
// $("#pay").hide();
// }
/* end check first bill or not*/
$('.invoicedetails').on('click', function () {