export: include all days, show Day Off in type column; menu: don't hide status on day off

This commit is contained in:
2026-06-24 19:06:54 +03:30
parent af7a438174
commit c959cb7a87
2 changed files with 47 additions and 25 deletions

View File

@@ -23,7 +23,6 @@ func (h *Handler) buildStatusText(chatID int64) string {
if day.IsDayOff {
text += "\nDay Off"
return text + "\n\nChoose an action:"
}
wt, _ := h.DB.GetWorkType(day.CurrentWorkTypeID)