Skip to content

Commit

Permalink
feat(manufacturing): add link field for quality inspection template o…
Browse files Browse the repository at this point in the history
…n operation
  • Loading branch information
DeeMysterio committed Nov 1, 2021
1 parent 04f6070 commit 281a9cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion erpnext/manufacturing/doctype/operation/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"engine": "InnoDB",
"field_order": [
"workstation",
"quality_inspection_template",
"data_2",
"is_corrective_operation",
"job_card_section",
Expand Down Expand Up @@ -92,12 +93,18 @@
"fieldname": "is_corrective_operation",
"fieldtype": "Check",
"label": "Is Corrective Operation"
},
{
"fieldname": "quality_inspection_template",
"fieldtype": "Link",
"label": "Quality Inspection Template",
"options": "Quality Inspection Template"
}
],
"icon": "fa fa-wrench",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-01-12 15:09:23.593338",
"modified": "2021-11-01 15:13:35.911144",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "Operation",
Expand Down

0 comments on commit 281a9cc

Please sign in to comment.