Skip to content

Commit

Permalink
Merge branch 'fix_500_inscription_citer' into preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Dec 3, 2024
2 parents 24c1493 + 8459e0d commit 2733658
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ public static function initMetadata(SerializerFactoryInterface $serializerFactor
->addField([
'columnName' => 'citer_societe',
'fieldName' => 'companyCitation',
'type' => 'string'
'type' => 'bool',
'serializer' => Boolean::class
])
->addField([
'columnName' => 'newsletter_afup',
Expand Down

0 comments on commit 2733658

Please sign in to comment.