Update filter.js

This commit is contained in:
Himanshu 2019-11-06 10:36:10 +05:30 committed by GitHub
parent a14e8a4859
commit 60a3da2fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,6 @@ frappe.ui.Filter = class {
if (doctype === "Tag Link" || fieldname === "_user_tags") {
original_docfield = {fieldname: "tag", fieldtype: "Data", label: "Tags", parent: "Tag Link"};
doctype = "Tag Link";
condition = condition;
}
if(!original_docfield) {