Merge pull request #498 from frappe/develop

This commit is contained in:
Shariq Ansari 2024-12-30 19:07:59 +05:30 committed by GitHub
commit b91a4bb677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -61,7 +61,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2024-12-27 22:17:52.337109", "modified": "2024-12-30 19:03:51.898913",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "FCRM Settings", "name": "FCRM Settings",
@ -76,6 +76,13 @@
"role": "System Manager", "role": "System Manager",
"share": 1, "share": 1,
"write": 1 "write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "All",
"share": 1
} }
], ],
"sort_field": "creation", "sort_field": "creation",

View File

@ -121,6 +121,7 @@ const tabs = computed(() => {
component: markRaw(ERPNextSettings), component: markRaw(ERPNextSettings),
}, },
], ],
condition: () => isManager(),
}, },
] ]