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:
commit
69dd8b7c3f
@ -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")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user