mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 12:08:26 +00:00
Update naming_series.py
This commit is contained in:
@@ -24,7 +24,7 @@ class NamingSeries(Document):
|
||||
try:
|
||||
options = self.get_options(d)
|
||||
except frappe.DoesNotExistError:
|
||||
frappe.pass_does_not_exist_error()
|
||||
frappe.msgprint('Unable to find DocType {0}'.format(d))
|
||||
continue
|
||||
|
||||
if options:
|
||||
|
||||
Reference in New Issue
Block a user