commit | fd3c7903ba454b163b97c5040b49951a7ac4eb4d | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Thu Nov 17 14:18:05 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Thu Nov 17 14:18:05 2022 +0530 |
tree | 32bd4e475d4254e4b1201c4b8e61707c59b71986 | |
parent | 40f90d3e952418f0a240e5e8361f482fefc17cb7 [diff] |
chore: typo
diff --git a/erpnext/stock/doctype/quality_inspection/quality_inspection.py b/erpnext/stock/doctype/quality_inspection/quality_inspection.py index e44e1b7..9321c2c 100644 --- a/erpnext/stock/doctype/quality_inspection/quality_inspection.py +++ b/erpnext/stock/doctype/quality_inspection/quality_inspection.py
@@ -222,7 +222,7 @@ from frappe.desk.reportview import get_match_cond from_doctype = cstr(filters.get("doctype")) - if not from_doctype or not frappe.db.exist("DocType", from_doctype): + if not from_doctype or not frappe.db.exists("DocType", from_doctype): return [] mcond = get_match_cond(from_doctype)