mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user