Merge pull request #49511 from aerele/sales-invoice-tax-id

fix(sales invoice): fetch tax id from customer
This commit is contained in:
ruthra kumar
2025-09-16 12:01:33 +05:30
committed by GitHub

View File

@@ -275,6 +275,7 @@
"read_only": 1 "read_only": 1
}, },
{ {
"fetch_from": "customer.tax_id",
"fieldname": "tax_id", "fieldname": "tax_id",
"fieldtype": "Data", "fieldtype": "Data",
"hide_days": 1, "hide_days": 1,
@@ -2241,7 +2242,7 @@
"link_fieldname": "consolidated_invoice" "link_fieldname": "consolidated_invoice"
} }
], ],
"modified": "2025-08-04 19:20:28.732039", "modified": "2025-09-09 14:48:59.472826",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",