fixed is_testing error for sales partner
This commit is contained in:
parent
9035aa825d
commit
f75ce4f9e5
@ -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…
x
Reference in New Issue
Block a user