From db9f0b6f3840f2633e009aaf53dd6b2bf596e609 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:08:22 +0530 Subject: [PATCH] fix: pos invoice consolidation row refer issue (backport #48057) (#48058) fix: pos invoice consolidation row refer issue (#48057) (cherry picked from commit 4178d9e2a1cd57898d00fe0e17f3b3f4b9b6a2bd) Co-authored-by: Diptanil Saha --- .../doctype/pos_invoice_merge_log/pos_invoice_merge_log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py b/erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py index 8216a9e7259..3d6d03f7380 100644 --- a/erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py +++ b/erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py @@ -258,6 +258,7 @@ class POSInvoiceMergeLog(Document): if not found: tax.charge_type = "Actual" tax.idx = idx + tax.row_id = None idx += 1 tax.included_in_print_rate = 0 tax.tax_amount = tax.tax_amount_after_discount_amount