commit | 4b9921782b0427ae4882d186d37fdb960671eed7 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Nov 13 18:48:32 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Nov 13 18:48:32 2022 +0530 |
tree | d5214027a0a4f58a2064d237713bdd4530df5a2d | |
parent | 42a59d5c171da96bccaf657eb87454040a9cc84c [diff] |
chore: Remove qb doc reference
diff --git a/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py b/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py index a57acda..0e3f7d7 100644 --- a/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +++ b/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py
@@ -33,6 +33,4 @@ else: fields_to_fetch.append("supplier") - bg_doctype = frappe.qb.DocType("Bank Guarantee") - return frappe.db.get_value(doctype, reference_name, fields_to_fetch, as_dict=True)