fix(register): set club on new
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m17s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m17s
This commit is contained in:
parent
fa17d0a037
commit
2db82d19f3
@ -226,7 +226,7 @@ public class CompetitionService {
|
|||||||
(combModel.getBirth_date() == null) ? combModel.getCategorie() :
|
(combModel.getBirth_date() == null) ? combModel.getCategorie() :
|
||||||
Utils.getCategoryFormBirthDate(combModel.getBirth_date(),
|
Utils.getCategoryFormBirthDate(combModel.getBirth_date(),
|
||||||
c.getDate()),
|
c.getDate()),
|
||||||
(combModel.getClub() == null) ? null : c.getClub());
|
(combModel.getClub() == null) ? null : combModel.getClub());
|
||||||
insc.add(r);
|
insc.add(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user