diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 882f6aaa..bcc3b66d 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -217,7 +217,9 @@ int CmdSummary ( } if (row != -1) + { table.set (row, total_col_index, Duration (daily_total).formatHours ()); + } grand_total += daily_total; }