The tasks that are invoiced are still showing
This commit is contained in:
parent
febe15cfdf
commit
7df7662614
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue