Update naming_series.py
This commit is contained in:
parent
4f72480045
commit
f04721ee79
@ -24,7 +24,7 @@ class NamingSeries(Document):
|
|||||||
try:
|
try:
|
||||||
options = self.get_options(d)
|
options = self.get_options(d)
|
||||||
except frappe.DoesNotExistError:
|
except frappe.DoesNotExistError:
|
||||||
frappe.pass_does_not_exist_error()
|
frappe.msgprint('Unable to find DocType {0}'.format(d))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if options:
|
if options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user