fix: patch update_category_in_ltds_certificate
(cherry picked from commit cae29b71d8)
This commit is contained in:
committed by
mergify-bot
parent
88bf748275
commit
060127663a
@@ -6,6 +6,8 @@ def execute():
|
|||||||
if not company:
|
if not company:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
frappe.reload_doc('regional', 'doctype', 'lower_deduction_certificate')
|
||||||
|
|
||||||
ldc = frappe.qb.DocType("Lower Deduction Certificate").as_("ldc")
|
ldc = frappe.qb.DocType("Lower Deduction Certificate").as_("ldc")
|
||||||
supplier = frappe.qb.DocType("Supplier")
|
supplier = frappe.qb.DocType("Supplier")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user