mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 17:34:47 +00:00
@@ -3,6 +3,8 @@ import frappe
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("maintenance", "doctype", "maintenance_visit")
|
||||||
|
|
||||||
# Updates the Maintenance Schedule link to fetch serial nos
|
# Updates the Maintenance Schedule link to fetch serial nos
|
||||||
from frappe.query_builder.functions import Coalesce
|
from frappe.query_builder.functions import Coalesce
|
||||||
mvp = frappe.qb.DocType('Maintenance Visit Purpose')
|
mvp = frappe.qb.DocType('Maintenance Visit Purpose')
|
||||||
|
|||||||
Reference in New Issue
Block a user