Release 1.15.3 (#2813)
This commit is contained in:
@@ -427,7 +427,7 @@ final class TimesheetFixtures implements TestFixture
|
||||
}
|
||||
|
||||
if ($this->fixedRate) {
|
||||
$entry->setFixedRate(rand(10, 100));
|
||||
$entry->setFixedRate((float) rand(10, 100));
|
||||
}
|
||||
|
||||
if ($this->hourlyRate) {
|
||||
|
||||
Reference in New Issue
Block a user