mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix normalization for phonenumber on person when phonenumber is null
This commit is contained in:
@@ -111,8 +111,7 @@ class SummaryBudget implements SummaryBudgetInterface
|
||||
$rsm
|
||||
->addScalarResult('sum', 'sum')
|
||||
->addScalarResult('type', 'type')
|
||||
->addScalarResult('comment', 'comment')
|
||||
;
|
||||
->addScalarResult('comment', 'comment');
|
||||
|
||||
return $rsm;
|
||||
}
|
||||
|
Reference in New Issue
Block a user