Added to validate the balance after deleting a record in the JavaScript of the transaction form in the accounting application.

This commit is contained in:
依瑪貓 2020-08-08 11:27:22 +08:00
parent 61da336188
commit c6ccb6e0ae

View File

@ -281,6 +281,7 @@ function deleteRecord(button) {
resetRecordOrders(type); resetRecordOrders(type);
resetRecordButtons(); resetRecordButtons();
updateTotalAmount(button); updateTotalAmount(button);
validateBalance();
} }
/** /**