|
|
|
|
@ -505,6 +505,10 @@ final class TeamRegistration: BaseTeamRegistration, SideStorable { |
|
|
|
|
player.licenceId?.strippedLicense != nil |
|
|
|
|
{ |
|
|
|
|
player.registeredOnline = oldPlayer.registeredOnline |
|
|
|
|
player.paymentType = oldPlayer.paymentType |
|
|
|
|
player.paymentId = oldPlayer.paymentId |
|
|
|
|
player.registrationStatus = oldPlayer.registrationStatus |
|
|
|
|
player.timeToConfirm = oldPlayer.timeToConfirm |
|
|
|
|
player.coach = oldPlayer.coach |
|
|
|
|
player.tournamentPlayed = oldPlayer.tournamentPlayed |
|
|
|
|
player.points = oldPlayer.points |
|
|
|
|
|