allow 4 decimals for rounded rates (#3596)
This commit is contained in:
@@ -347,7 +347,7 @@ class TimesheetControllerTest extends APIControllerBaseTest
|
||||
'exported' => true,
|
||||
'metaFields' => [],
|
||||
'hourlyRate' => 137.21,
|
||||
'rate' => 1772.3,
|
||||
'rate' => 1772.2958,
|
||||
'internalRate' => 0.0,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user