export: include all days, show Day Off in type column; menu: don't hide status on day off
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user