mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge pull request #39719 from niyazrazak/patch-18
feat: project field in installation note
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
"inst_time",
|
"inst_time",
|
||||||
"status",
|
"status",
|
||||||
"company",
|
"company",
|
||||||
|
"project",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
"remarks",
|
"remarks",
|
||||||
"item_details",
|
"item_details",
|
||||||
@@ -225,13 +226,19 @@
|
|||||||
"oldfieldtype": "Table",
|
"oldfieldtype": "Table",
|
||||||
"options": "Installation Note Item",
|
"options": "Installation Note Item",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "project",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Project",
|
||||||
|
"options": "Project"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-wrench",
|
"icon": "fa fa-wrench",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-06-03 16:31:08.386961",
|
"modified": "2024-02-04 18:20:12.020313",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Installation Note",
|
"name": "Installation Note",
|
||||||
|
|||||||
Reference in New Issue
Block a user