mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: config file for qms
This commit is contained in:
@@ -59,14 +59,14 @@ def get_data():
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Customer Feedback",
|
"name": "Quality Feedback",
|
||||||
"description":_("Customer Feedback"),
|
"description":_("Quality Feedback"),
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Customer Feedback Template",
|
"name": "Quality Feedback Template",
|
||||||
"description":_("Customer Feedback Template"),
|
"description":_("Quality Feedback Template"),
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user