mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
Merge pull request #28169 from frappe/mergify/bp/version-13-hotfix/pr-28168
fix: patch update_category_in_ltds_certificate (backport #28168)
This commit is contained in:
@@ -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