fix: patch update_category_in_ltds_certificate

(cherry picked from commit cae29b71d8)
This commit is contained in:
Rohit Waghchaure
2021-10-31 09:24:07 +05:30
committed by mergify-bot
parent 88bf748275
commit 060127663a

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")