Skip to content

fix: do not migrate if sent statement exists

Jan Hric requested to merge fix/migrate_spa_summaries into main

there can only be one sent(but not received yet) special statement per volunteer, so there is no need to migrate old spa summaries, if a new special statement has already been sent (this is already being validate by validate_one_sent_per_volunter)

Merge request reports