default value for billable flag and support in batch update (#2851)
This commit is contained in:
@@ -140,6 +140,9 @@ class AppExtensionTest extends TestCase
|
||||
'templates/invoice/renderer/',
|
||||
],
|
||||
'kimai.defaults' => [
|
||||
'timesheet' => [
|
||||
'billable' => true,
|
||||
],
|
||||
'customer' => [
|
||||
'timezone' => null,
|
||||
'country' => 'DE',
|
||||
|
||||
@@ -395,6 +395,9 @@ class ConfigurationTest extends TestCase
|
||||
'dashboard' => [],
|
||||
'widgets' => [],
|
||||
'defaults' => [
|
||||
'timesheet' => [
|
||||
'billable' => true,
|
||||
],
|
||||
'customer' => [
|
||||
'timezone' => null,
|
||||
'country' => 'DE',
|
||||
|
||||
Reference in New Issue
Block a user