Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not print the bill addr. name when there's none
The error ``` ActionView::Template::Error: undefined method `full_name' for nil:NilClass ``` happens a few times a day and raises exceptions we don't pay attention to. They add unnecessary noise that hides other more relevant issues. This, however, is a symptom of a deeper data integrity problem that needs solving at some point. This is just a countermeasure.
- Loading branch information