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

Tree fields required 0

This commit is contained in:
Faris Ansari 2018-05-08 15:36:19 +05:30
parent b61577b9e7
commit aef583f35d

View File

@ -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'
}
]
};