In the course manager, when the user chooses "sort by period," only the first nine periods are presented. At Indian Springs, we have ten periods from 8:00 to 4:00 and some senior electives are offered at night. Thus, we lose the tenth period and "night" on the display.
This is not a critical problem since one can always re-sort another way, so you can put this bug on the back burner. I just wanted to get it into the system.
There are a lot of places where AUC is hardwired to only allow up to 9 periods. So fixing this bug is a lot more complicated than it seems and requires a lot of changes. However, it's on my TODO list now.