mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 16:40:19 +00:00
feat: enable "Translate Link Fields" for fixture doctypes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"icon": "icon-flag",
|
||||
"idx": 1,
|
||||
"links": [],
|
||||
"modified": "2024-03-27 13:05:57.956050",
|
||||
"modified": "2024-08-16 19:22:57.706521",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Activity Type",
|
||||
@@ -84,5 +84,6 @@
|
||||
"quick_entry": 1,
|
||||
"sort_field": "creation",
|
||||
"sort_order": "ASC",
|
||||
"states": []
|
||||
"states": [],
|
||||
"translated_doctype": 1
|
||||
}
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
],
|
||||
"links": [],
|
||||
"modified": "2024-03-27 13:10:21.571554",
|
||||
"modified": "2024-08-16 19:24:29.480229",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project Type",
|
||||
@@ -70,5 +70,6 @@
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"track_changes": 1
|
||||
"track_changes": 1,
|
||||
"translated_doctype": 1
|
||||
}
|
||||
Reference in New Issue
Block a user