Skip to content

Commit

Permalink
Merge pull request #1562 from afup/fix_500_inscription_citer
Browse files Browse the repository at this point in the history
Correction 500 sur inscription si on ne cocher pas la case "citer société"
  • Loading branch information
agallou authored Dec 4, 2024
2 parents c5d83ad + 8459e0d commit 74a53f8
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 74a53f8

Please sign in to comment.