Browse Source

onload file test for vehi master

Jecinthamary M 3 years ago
parent
commit
dc9d13b251
  1. 4
      smart_service/masters/doctype/vehi_master/vehi_master.py

4
smart_service/masters/doctype/vehi_master/vehi_master.py

@ -1,9 +1,9 @@
# Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors # Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors
# For license information, please see license.txt # For license information, please see license.txt
# import frappe import frappe
from frappe.model.document import Document from frappe.model.document import Document
class Vehi_master(Document): class Vehi_master(Document):
def onload(self): def onload(self):
pass frappe.msgprint("onload")

Loading…
Cancel
Save