2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 17:39:09 +00:00

Add listview config for Item

This commit is contained in:
Faris Ansari 2018-10-18 20:43:05 +05:30
parent 83468a5060
commit f62da9140d

View File

@ -80,5 +80,11 @@ module.exports = {
{ fields: ['tax'] }
]
}
]
],
listView: {
columns: [
'name',
'description'
]
}
};