OrderDetailView#get_forms erroneously produced a nested list of forms,
instead of appending a constructed list to another one. As it turns out,
this did not actually have much to do with notes themselves—this was
merely the avenue to discover the issue.
Closes #831. I've added reproduction instructions there.
OrderDetailView#get_forms erroneously produced a nested list of forms, instead of appending a constructed list to another one. As it turns out, this did not actually have much to do with notes themselves—this was merely the avenue to discover the issue.