mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -38,7 +38,6 @@ class DocType:
|
|||||||
def __init__(self, doc, doclist=[]):
|
def __init__(self, doc, doclist=[]):
|
||||||
self.doc = doc
|
self.doc = doc
|
||||||
self.doclist = doclist
|
self.doclist = doclist
|
||||||
self.prefix = is_testing and 'test' or 'tab'
|
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
import string
|
import string
|
||||||
|
|||||||
Reference in New Issue
Block a user