diff --git a/accounting/static/accounting/js/transaction-form.js b/accounting/static/accounting/js/transaction-form.js index 8fd5a5c..ab9085f 100644 --- a/accounting/static/accounting/js/transaction-form.js +++ b/accounting/static/accounting/js/transaction-form.js @@ -245,7 +245,7 @@ function insertNewRecord(type, newNo) { }) .on("click", function () { if (typeof startSummaryHelper === "function") { - startSummaryHelper(this); + startSummaryHelper($(this)); } }); $("#" + type + "-" + newNo + "-amount")