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:
parent
83468a5060
commit
f62da9140d
@ -80,5 +80,11 @@ module.exports = {
|
||||
{ fields: ['tax'] }
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
listView: {
|
||||
columns: [
|
||||
'name',
|
||||
'description'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user