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