2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

Add listView config for Party

This commit is contained in:
Faris Ansari 2018-10-15 17:35:35 +05:30
parent b83b7d19e5
commit 5dbdbfb77a

View File

@ -48,6 +48,12 @@ module.exports = {
}); });
} }
} }
] ],
listView: {
columns: [
'name'
]
}
} }