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