fix: Patch (reload doc)

(cherry picked from commit 93d665b38a)
This commit is contained in:
marination
2022-01-19 13:53:18 +05:30
committed by mergify-bot
parent dd81d622dd
commit fa7f5d745e

View File

@@ -3,6 +3,8 @@ import frappe
def execute():
frappe.reload_doc("maintenance", "doctype", "maintenance_visit")
# Updates the Maintenance Schedule link to fetch serial nos
from frappe.query_builder.functions import Coalesce
mvp = frappe.qb.DocType('Maintenance Visit Purpose')