[autoname] [cleanup] strip blank spaces and remove autoname where naming_series: can be set in doctype

This commit is contained in:
Anand Doshi
2013-05-09 15:13:47 +05:30
parent 21b854b7cc
commit ef06a4b349
13 changed files with 28 additions and 71 deletions

View File

@@ -18,9 +18,6 @@ from __future__ import unicode_literals
import webnotes
from webnotes.utils import cstr, flt, now, nowdate
from webnotes.model import db_exists
from webnotes.model.doc import make_autoname
from webnotes.model.bean import copy_doclist
from webnotes.model.code import get_obj
from webnotes import msgprint