Browse Source

Fix list of done tasks

master
Georg Hopp 8 years ago
parent
commit
66f57a381d
Signed by: ghopp GPG Key ID: 4C5D226768784538
  1. 2
      timesheet/timesheet.sh

2
timesheet/timesheet.sh

@ -72,7 +72,7 @@ function pendinguuids() {
}
function doneuuids() {
taskuuids +DONE $@
taskuuids +COMPLETED $@
}
function blockeduuids() {

Loading…
Cancel
Save