update cloud and master

This commit is contained in:
Aung Myo
2018-01-15 15:08:52 +06:30
parent 4a5c5aff03
commit 9ab9f3b002
4 changed files with 78 additions and 28 deletions

View File

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