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

@@ -163,7 +163,7 @@ function checkReceiptNoInFirstBillData(receipt_no,payment) {
}
}
if (payment) {
return json_data[0]["payment"];
return status; //json_data[0]["payment"];
}else{
return status;
}