mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 17:45:56 +00:00
chore: Remove qb doc reference
This commit is contained in:
@@ -33,6 +33,4 @@ def get_voucher_details(bank_guarantee_type, reference_name):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user