mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
naming series fix
This commit is contained in:
@@ -21,6 +21,7 @@ class NamingSeries(Document):
|
||||
|
||||
prefixes = ""
|
||||
for d in doctypes:
|
||||
options = ""
|
||||
try:
|
||||
options = self.get_options(d)
|
||||
except frappe.DoesNotExistError:
|
||||
|
||||
Reference in New Issue
Block a user