Merge pull request #28168 from rohitwaghchaure/fixed-patch-update_category_in_ltds_certificate

fix: patch update_category_in_ltds_certificate
This commit is contained in:
rohitwaghchaure 2021-10-31 09:56:45 +05:30 committed by GitHub
commit 69dd8b7c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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