2
0
mirror of https://github.com/frappe/books.git synced 2024-11-12 16:36:27 +00:00

Remove getFilters

This commit is contained in:
Faris Ansari 2018-10-26 02:25:58 +05:30
parent 89e0436c35
commit 9a83bf5458

View File

@ -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",