mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 13:57:19 +00:00
fix: Spaces to Tabs
This commit is contained in:
@@ -17,8 +17,8 @@ def execute():
|
||||
|
||||
for entry in projects:
|
||||
# need to save the doc so that users can edit old projects
|
||||
doc = frappe.get_doc("Project", entry.name)
|
||||
if not doc.naming_series:
|
||||
doc = frappe.get_doc("Project", entry.name)
|
||||
if not doc.naming_series:
|
||||
doc.naming_series = "PROJ-.####"
|
||||
doc.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user