Merge pull request 'fix(register): set club on new' (#37) from dev into master
Reviewed-on: #37
This commit is contained in:
commit
7a574f4531
@ -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