Update naming_series.py

This commit is contained in:
Nabin Hait 2016-09-26 17:55:34 +05:30 committed by GitHub
parent 4f72480045
commit f04721ee79

View File

@ -24,7 +24,7 @@ class NamingSeries(Document):
try:
options = self.get_options(d)
except frappe.DoesNotExistError:
frappe.pass_does_not_exist_error()
frappe.msgprint('Unable to find DocType {0}'.format(d))
continue
if options: