AppStateESS / homestead

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

properly handle null values in banner queue reporting #568

Closed jlbooker closed 10 years ago

jlbooker commented 10 years ago

When reporting assignments to banner from the banner queue, the null values for 'meal_code' must be explicitly cast to the string "NULL". Otherwise, PHP and/or SOAP will (incorrectly) cast the value to a 0.

jlbooker commented 10 years ago

Author: jbooker Revision [changeset:45666bbca32e]:

Fixed problem with null meal plans being reported as 'high' meal plan.

Refs #591

jlbooker commented 10 years ago

Author: jbooker Double tested. Already merged.