The tasks that are invoiced are still showing

This commit is contained in:
Hillel Coren 2022-11-14 20:31:36 +02:00
parent febe15cfdf
commit 7df7662614
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ abstract class TaskEntity extends Object
} else if (status.id == kTaskStatusLogged && isStopped && !isInvoiced) {
return true;
} else if (status.id == statusId) {
return true;
return !isInvoiced;
}
}