hide total billable amounts from employees when employees_can_see_billable_rates is disabled

This commit is contained in:
Gregor Vostrak
2025-03-09 14:12:42 +01:00
parent 02a716897d
commit 09384d3517
17 changed files with 176 additions and 125 deletions

View File

@@ -80,7 +80,7 @@ class DashboardEndpointTest extends EndpointTestAbstract
->whereNot('dailyTrackedHours', null)
->whereNot('totalWeeklyTime', null)
->whereNot('totalWeeklyBillableTime', null)
->whereNot('totalWeeklyBillableAmount', null)
->where('totalWeeklyBillableAmount', null)
->whereNot('weeklyHistory', null)
);
}