mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
Remove getFilters
This commit is contained in:
parent
89e0436c35
commit
9a83bf5458
@ -20,13 +20,7 @@ module.exports = {
|
||||
"fieldname": "parentAccount",
|
||||
"label": "Parent Account",
|
||||
"fieldtype": "Link",
|
||||
"target": "Account",
|
||||
getFilters: (query, control) => {
|
||||
return {
|
||||
keywords: ["like", query],
|
||||
name: ["!=", control.doc.name]
|
||||
}
|
||||
}
|
||||
"target": "Account"
|
||||
},
|
||||
{
|
||||
"fieldname": "rootType",
|
||||
|
Loading…
Reference in New Issue
Block a user