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 = ""
for d in doctypes:
options = ""
try:
options = self.get_options(d)
except frappe.DoesNotExistError: