diff --git a/src/utils/sidebarConfig.ts b/src/utils/sidebarConfig.ts index 46966175..645bdfab 100644 --- a/src/utils/sidebarConfig.ts +++ b/src/utils/sidebarConfig.ts @@ -280,7 +280,7 @@ function getCompleteSidebar(): SidebarConfig { name: 'party', route: '/list/Party', schemaName: 'Party', - filters: { role: 'Both' }, + filters: { role: ['in', ['Customer', 'Supplier', 'Both']] }, }, { label: t`Items`,