Fixed the summary helper when starting a summary helper from a newly-added record in the transaction form in the accounting application.
This commit is contained in:
parent
7aa2146902
commit
50eb3f080c
@ -245,7 +245,7 @@ function insertNewRecord(type, newNo) {
|
||||
})
|
||||
.on("click", function () {
|
||||
if (typeof startSummaryHelper === "function") {
|
||||
startSummaryHelper(this);
|
||||
startSummaryHelper($(this));
|
||||
}
|
||||
});
|
||||
$("#" + type + "-" + newNo + "-amount")
|
||||
|
Loading…
Reference in New Issue
Block a user