hide change tax button after first bill
This commit is contained in:
@@ -814,8 +814,10 @@
|
||||
if ($("#server_mode").val() != "cloud") { // first bill not used in cloud
|
||||
if (discount) {
|
||||
if(checkReceiptNoInFirstBillData(receipt_no,"")){
|
||||
$("button.change_tax").hide();
|
||||
$("#pay").show();
|
||||
}else{
|
||||
$("button.change_tax").show();
|
||||
$("#pay").hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user