Phase 33: technician climate control and locker assignment.
This commit is contained in:
@@ -367,6 +367,11 @@ public sealed class School : IDisposable
|
||||
foreach (var date in YearlyIntake.DatesBetween(before, after))
|
||||
{
|
||||
Roster = YearlyIntake.Apply(Catalog, Roster, PeopleSeed, CountryId, date, NativeLanguage);
|
||||
if (Map is not null)
|
||||
{
|
||||
Roster = LockerAssigner.Apply(Catalog, Map, Roster);
|
||||
}
|
||||
|
||||
changed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user