naming series fix
This commit is contained in:
parent
4c924bb76c
commit
e372fb11ea
@ -21,6 +21,7 @@ class NamingSeries(Document):
|
|||||||
|
|
||||||
prefixes = ""
|
prefixes = ""
|
||||||
for d in doctypes:
|
for d in doctypes:
|
||||||
|
options = ""
|
||||||
try:
|
try:
|
||||||
options = self.get_options(d)
|
options = self.get_options(d)
|
||||||
except frappe.DoesNotExistError:
|
except frappe.DoesNotExistError:
|
||||||
|
Loading…
Reference in New Issue
Block a user