Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
a3a55f6ab4
@ -38,7 +38,6 @@ class DocType:
|
||||
def __init__(self, doc, doclist=[]):
|
||||
self.doc = doc
|
||||
self.doclist = doclist
|
||||
self.prefix = is_testing and 'test' or 'tab'
|
||||
|
||||
def validate(self):
|
||||
import string
|
||||
|
Loading…
Reference in New Issue
Block a user