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:
parent
61da336188
commit
c6ccb6e0ae
@ -281,6 +281,7 @@ function deleteRecord(button) {
|
||||
resetRecordOrders(type);
|
||||
resetRecordButtons();
|
||||
updateTotalAmount(button);
|
||||
validateBalance();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user