fix: Codacy

This commit is contained in:
marination
2020-06-18 11:46:47 +05:30
parent b9c38a13d1
commit 24ee482d8f

View File

@@ -8,7 +8,7 @@ frappe.ui.form.on('Quality Procedure', {
filters: { filters: {
name: ["not in", [frm.parent_quality_procedure, frm.name]] name: ["not in", [frm.parent_quality_procedure, frm.name]]
} }
} };
}) });
} }
}); });