mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
[minor] pass does not exist error
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user