Add organization setting employees_can_see_billable_rates

This commit is contained in:
Constantin Graf
2024-10-01 18:14:26 +02:00
committed by Constantin Graf
parent 9d279d4980
commit 51cd919db6
13 changed files with 269 additions and 15 deletions

View File

@@ -31,6 +31,9 @@ class OrganizationUpdateRequest extends FormRequest
'integer',
'min:0',
],
'employees_can_see_billable_rates' => [
'boolean',
],
];
}