From ee7da999a3d4294585249b91dbbdcf491dd56e82 Mon Sep 17 00:00:00 2001 From: ravibharathi656 Date: Mon, 15 Sep 2025 10:11:23 +0530 Subject: [PATCH] fix(sales invoice): fetch tax id from customer (cherry picked from commit df329964dd2e531ddbdb7ab53153a24014c36d3d) --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 816a6bfeded..8cc9598d915 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -281,6 +281,7 @@ "read_only": 1 }, { + "fetch_from": "customer.tax_id", "fieldname": "tax_id", "fieldtype": "Data", "hide_days": 1, @@ -2198,7 +2199,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2025-08-04 19:20:28.732039", + "modified": "2025-09-09 14:48:59.472826", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",