diff --git a/bot/google_sheet_service.py b/bot/google_sheet_service.py index 0da135f..1230195 100644 --- a/bot/google_sheet_service.py +++ b/bot/google_sheet_service.py @@ -227,6 +227,7 @@ def create_backlog_entry(spreadsheet_id, backlog_day, backlog_month, row_data): if day_first_entry_index is None: create_date(spreadsheet_id, backlog_day, backlog_month, new_entry_row) + day_first_entry_index = new_entry_row data = [price, remarks, category, payment] sheet_column_start = "H" diff --git a/release_notes.md b/release_notes.md index e0ea976..4b3a471 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,7 +1,10 @@ # Release Notes -## Version 2.3.1 - Date 18 Mar 2024 +## Version 2.3.2 - Date 27 Mar 2024 +### Bug Fix 🛠️ +- Fix backlog new date entry bug -### Changes 🛠️ +## Version 2.3.1 - Date 18 Mar 2024 +### Bug Fix 🛠️ - Censor URL for error message - Month capitalize bug fix @@ -9,11 +12,11 @@ ### For Developer 🧑‍💻 - Create new database module which is currently in use for future maintenance and development purposes -### Changes 🛠️ +### Bug Fix 🛠️ - Censor URL for error message ## Version 2.2.1 - Date 24 Feb 2024 -### Changes 🛠️ +### Bug Fix 🛠️ - Include error message when replying back to users ## Version 2.2.0 - Date 27 Jan 2024