mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
Tree fields required 0
This commit is contained in:
parent
b61577b9e7
commit
aef583f35d
@ -61,10 +61,10 @@ module.exports = {
|
||||
],
|
||||
treeFields: [
|
||||
{
|
||||
fieldname: 'lft', fieldtype: 'Int', required: 1
|
||||
fieldname: 'lft', fieldtype: 'Int'
|
||||
},
|
||||
{
|
||||
fieldname: 'rgt', fieldtype: 'Int', required: 1
|
||||
fieldname: 'rgt', fieldtype: 'Int'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user