From 782a88168c5bb01614a904234c085d2c26fd55d6 Mon Sep 17 00:00:00 2001 From: Ty Reynolds Date: Fri, 16 Jan 2026 08:33:07 -0500 Subject: [PATCH] Invoice no Autopay function updated. --- ns_app/public/js/sales_invoice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: `` }