remove frt bill
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user