show budget and time-budget columns in listing views (#2429)

This commit is contained in:
Kevin Papst
2021-03-13 20:44:10 +01:00
committed by GitHub
parent 3e9371bd6a
commit ec0eca39ff
7 changed files with 24 additions and 6 deletions

View File

@@ -455,6 +455,7 @@ class TimesheetControllerTest extends ControllerBaseTest
'hourlyRate' => 100,
'begin' => '2020-02-18 01:00',
'end' => '2020-02-18 02:10',
'duration' => '01:10',
'project' => 1,
'activity' => $activity->getId(),
]