mirror of
https://github.com/frappe/books.git
synced 2026-09-24 23:30:44 -05:00
Tree fields required 0
This commit is contained in:
+2
-2
@@ -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'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user