Browse Source

fix: patch update_category_in_ltds_certificate

develop
Rohit Waghchaure 3 years ago
parent
commit
cae29b71d8
  1. 2
      erpnext/patches/v13_0/update_category_in_ltds_certificate.py

2
erpnext/patches/v13_0/update_category_in_ltds_certificate.py

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

Loading…
Cancel
Save