mirror of https://gitlab.crans.org/bde/nk20
Compare commits
No commits in common. "8fbaa0bdc85c6b4f1751f03556ea8288fe2a5911" and "a0de63effdf476224713a8de7275cc995667553f" have entirely different histories.
8fbaa0bdc8
...
a0de63effd
|
@ -291,7 +291,7 @@ class WEISurveyAlgorithm2024(WEISurveyAlgorithm):
|
|||
for survey in surveys:
|
||||
survey.free()
|
||||
if survey.registration.user_id in hardcoded_first_year.keys():
|
||||
survey.select_bus(hardcoded_first_year[survey.registration.user_id])
|
||||
survey.select_bus(hardcoded_first_year[s.registration.user_id])
|
||||
survey.save()
|
||||
|
||||
non_men = [s for s in surveys if s.registration.gender != 'male']
|
||||
|
|
Loading…
Reference in New Issue