mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix(project): add missing counter to project update naming series
(cherry picked from commit 49e64f4e1c)
This commit is contained in:
@@ -603,7 +603,7 @@ def send_project_update_email_to_users(project):
|
|||||||
"sent": 0,
|
"sent": 0,
|
||||||
"date": today(),
|
"date": today(),
|
||||||
"time": nowtime(),
|
"time": nowtime(),
|
||||||
"naming_series": "UPDATE-.project.-.YY.MM.DD.-",
|
"naming_series": "UPDATE-.project.-.YY.MM.DD.-.####",
|
||||||
}
|
}
|
||||||
).insert()
|
).insert()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user