diff --git a/src/accounting/static/js/summary-helper.js b/src/accounting/static/js/summary-helper.js index 4e6dfcb..3845db0 100644 --- a/src/accounting/static/js/summary-helper.js +++ b/src/accounting/static/js/summary-helper.js @@ -33,7 +33,7 @@ document.addEventListener("DOMContentLoaded", function () { class SummaryHelper { /** - * The entry type + * The entry type, either "debit" or "credit" * @type {string} */ #entryType;