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);
|
resetRecordOrders(type);
|
||||||
resetRecordButtons();
|
resetRecordButtons();
|
||||||
updateTotalAmount(button);
|
updateTotalAmount(button);
|
||||||
|
validateBalance();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user