Merge pull request #1334 from frappe/fix-list-in-party

fix: display both customers and suppliers in party list view
This commit is contained in:
Able k Saju
2025-09-10 16:05:44 +05:30
committed by GitHub
+1 -1
View File
@@ -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`,