mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
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:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user