[minor] pass does not exist error
This commit is contained in:
parent
71ebad5668
commit
41dd2c458b
@ -24,6 +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()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if options:
|
if options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user