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