mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Minor issue in naming series
This commit is contained in:
@@ -26,6 +26,7 @@ class NamingSeries(Document):
|
|||||||
except frappe.DoesNotExistError:
|
except frappe.DoesNotExistError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if options:
|
||||||
prefixes = prefixes + "\n" + options
|
prefixes = prefixes + "\n" + options
|
||||||
|
|
||||||
prefixes.replace("\n\n", "\n")
|
prefixes.replace("\n\n", "\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user