mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
@@ -33,6 +33,4 @@ def get_voucher_details(bank_guarantee_type, reference_name):
|
|||||||
else:
|
else:
|
||||||
fields_to_fetch.append("supplier")
|
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)
|
return frappe.db.get_value(doctype, reference_name, fields_to_fetch, as_dict=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user