diff --git a/ns_app/public/js/sales_invoice.js b/ns_app/public/js/sales_invoice.js index 29c7749..598837c 100644 --- a/ns_app/public/js/sales_invoice.js +++ b/ns_app/public/js/sales_invoice.js @@ -46,7 +46,7 @@ function run_autopay(frm, autopay_id) { ); } - +// TODO: Source needs updated to a correct url. function open_manual_payment_form(frm) { const dialog = new frappe.ui.Dialog({ title: "Enter Payment", @@ -55,7 +55,7 @@ function open_manual_payment_form(frm) { fieldtype: "HTML", fieldname: "payment_form", options: `` }