fix normalization for phonenumber on person when phonenumber is null

This commit is contained in:
2022-04-13 09:44:21 +02:00
parent 01c571ab06
commit ccf7c885bb
3 changed files with 60 additions and 5 deletions

View File

@@ -111,8 +111,7 @@ class SummaryBudget implements SummaryBudgetInterface
$rsm
->addScalarResult('sum', 'sum')
->addScalarResult('type', 'type')
->addScalarResult('comment', 'comment')
;
->addScalarResult('comment', 'comment');
return $rsm;
}