From 8eec5fe0f38fe274b87cbf0efc154bad759cf66d Mon Sep 17 00:00:00 2001 From: Ashkar Date: Wed, 23 Apr 2025 17:46:44 +0530 Subject: [PATCH] fix: reference dialoge box problem fix --- posnext/public/js/pos_payment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posnext/public/js/pos_payment.js b/posnext/public/js/pos_payment.js index d1dc811..04661c9 100644 --- a/posnext/public/js/pos_payment.js +++ b/posnext/public/js/pos_payment.js @@ -650,7 +650,7 @@ posnext.PointOfSale.Payment = class { if (!doc) doc = this.events.get_frm().doc; let branch_value = $('.input-with-feedback[data-fieldname="branch"]').val(); frappe.model.set_value(cur_frm.doctype, cur_frm.docname, 'branch', branch_value); - cur_frm.save() + // cur_frm.save() // doc.paid_amount = doc.grand_total const paid_amount = doc.paid_amount;