There was a bug in the getattr function that would split the attribute too much, causing travel_plans_status to always return 'N/A' because it ended up checking a nonexistent property. This fixes that, plus changes all the old status calls to use the new functionality.
There was a bug in the getattr function that would split the attribute too much, causing travel_plans_status to always return 'N/A' because it ended up checking a nonexistent property. This fixes that, plus changes all the old status calls to use the new functionality.