mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
tax id is not fetched in when creating sales order from quoation
This commit is contained in:
@@ -282,6 +282,7 @@
|
|||||||
"width": "100px"
|
"width": "100px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"fetch_from": "customer.tax_id",
|
||||||
"fieldname": "tax_id",
|
"fieldname": "tax_id",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Tax Id",
|
"label": "Tax Id",
|
||||||
@@ -1196,7 +1197,7 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-04-17 12:50:39.640534",
|
"modified": "2020-05-19 21:39:19.486684",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order",
|
"name": "Sales Order",
|
||||||
|
|||||||
Reference in New Issue
Block a user