[export] add a filter and aggregator on accompanying period work: group/filter by handling third party

This commit is contained in:
2023-10-18 13:32:26 +02:00
parent f799fe0649
commit a4edb34668
9 changed files with 397 additions and 125 deletions

View File

@@ -25,7 +25,7 @@ class LabelThirdPartyHelper
return $header;
}
if (null === $value || null === $thirdParty = $this->thirdPartyRepository->find($value)) {
if ('' === $value || null === $value || null === $thirdParty = $this->thirdPartyRepository->find($value)) {
return '';
}