AppStateESS / homestead

A web-application for managing on-campus student housing.
GNU General Public License v3.0
4 stars 12 forks source link

Freshmen summer applications are wrong class #393

Closed jlbooker closed 10 years ago

jlbooker commented 10 years ago

When a freshmen student applies for the summer sessions (and fall at the same time) the summer application is created as a SummerApplication object, and thus saved in the hms_fall_application table.

The application saving code needs to be improved to create the appropriate application object types based on the term.

jlbooker commented 10 years ago

Author: jbooker (In [1839]) Fixed #410, and Fixed #415. Freshmen meal plans are correct for the summer. Freshmen summer applications are now created using the SummerApplication class.