fix: patch update_category_in_ltds_certificate

This commit is contained in:
Rohit Waghchaure 2021-10-31 09:24:07 +05:30
parent fb9e72cc8a
commit cae29b71d8

View File

@ -6,6 +6,8 @@ def execute():
if not company:
return
frappe.reload_doc('regional', 'doctype', 'lower_deduction_certificate')
ldc = frappe.qb.DocType("Lower Deduction Certificate").as_("ldc")
supplier = frappe.qb.DocType("Supplier")