mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
670fc5c725
commit
8d8aa4a4e3
@ -359,7 +359,7 @@ class TemplateService
|
|||||||
|
|
||||||
$processed = [];
|
$processed = [];
|
||||||
|
|
||||||
if(in_array($key, ['tasks','projects', 'aging']) || !$value->first()) {
|
if(in_array($key, ['tasks', 'projects', 'aging']) || !$value->first()) {
|
||||||
return $processed;
|
return $processed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user