allow to configure the amount of recent activity rows in an empty week (#3026)
This commit is contained in:
@@ -459,7 +459,10 @@ class ConfigurationTest extends TestCase
|
||||
],
|
||||
'company' => [
|
||||
'financial_year' => null,
|
||||
]
|
||||
],
|
||||
'quick_entry' => [
|
||||
'recent_activities' => 5
|
||||
],
|
||||
];
|
||||
|
||||
$this->assertConfig($this->getMinConfig(), $fullDefaultConfig);
|
||||
|
||||
Reference in New Issue
Block a user