mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fixes after website refactor
This commit is contained in:
@@ -19,7 +19,7 @@ from __future__ import unicode_literals
|
||||
import webnotes
|
||||
import website.utils
|
||||
|
||||
class DocType():
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user