Skip to content

Commit 920219a

Browse files
authored
v2.3.2 - [BUGFIX] backlog new date entry (#38)
1 parent 90de36c commit 920219a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

bot/google_sheet_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def create_backlog_entry(spreadsheet_id, backlog_day, backlog_month, row_data):
227227

228228
if day_first_entry_index is None:
229229
create_date(spreadsheet_id, backlog_day, backlog_month, new_entry_row)
230+
day_first_entry_index = new_entry_row
230231

231232
data = [price, remarks, category, payment]
232233
sheet_column_start = "H"

release_notes.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Release Notes
2-
## Version 2.3.1 - Date 18 Mar 2024
2+
## Version 2.3.2 - Date 27 Mar 2024
3+
### Bug Fix 🛠️
4+
- Fix backlog new date entry bug
35

4-
### Changes 🛠️
6+
## Version 2.3.1 - Date 18 Mar 2024
7+
### Bug Fix 🛠️
58
- Censor URL for error message
69
- Month capitalize bug fix
710

811
## Version 2.3.0 - Date 16 Mar 2024
912
### For Developer 🧑‍💻
1013
- Create new database module which is currently in use for future maintenance and development purposes
1114

12-
### Changes 🛠️
15+
### Bug Fix 🛠️
1316
- Censor URL for error message
1417

1518
## Version 2.2.1 - Date 24 Feb 2024
16-
### Changes 🛠️
19+
### Bug Fix 🛠️
1720
- Include error message when replying back to users
1821

1922
## Version 2.2.0 - Date 27 Jan 2024

0 commit comments

Comments
 (0)