[minor] pass does not exist error

This commit is contained in:
Anand Doshi 2015-10-14 11:51:48 +05:30
parent 71ebad5668
commit 41dd2c458b

View File

@ -24,6 +24,7 @@ class NamingSeries(Document):
try:
options = self.get_options(d)
except frappe.DoesNotExistError:
frappe.pass_does_not_exist_error()
continue
if options: