naming series fix

This commit is contained in:
Nabin Hait 2015-05-21 14:27:20 +05:30
parent 4c924bb76c
commit e372fb11ea

View File

@ -21,6 +21,7 @@ class NamingSeries(Document):
prefixes = "" prefixes = ""
for d in doctypes: for d in doctypes:
options = ""
try: try:
options = self.get_options(d) options = self.get_options(d)
except frappe.DoesNotExistError: except frappe.DoesNotExistError: