chore: make controller boiler-plates linting friendly
This commit is contained in:
parent
9f3a55da89
commit
849f158a3a
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# For license information, please see license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
# import frappe
|
||||
from frappe.model.document import Document
|
||||
|
||||
class {classname}(Document):
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// For license information, please see license.txt
|
||||
|
||||
frappe.ui.form.on('{doctype}', {{
|
||||
refresh: function(frm) {{
|
||||
// refresh: function(frm) {{
|
||||
|
||||
}}
|
||||
// }}
|
||||
}});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue