mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Removed option to update billable rate without updating time entries
This commit is contained in:
committed by
Constantin Graf
parent
be50397775
commit
1dc35f1f55
@@ -142,7 +142,6 @@ class OrganizationEndpointTest extends ApiEndpointTestAbstract
|
||||
$response = $this->withoutExceptionHandling()->putJson(route('api.v1.organizations.update', [$data->organization->getKey()]), [
|
||||
'name' => $organizationFake->name,
|
||||
'billable_rate' => $organizationFake->billable_rate,
|
||||
'billable_rate_update_time_entries' => true,
|
||||
]);
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user