Skip to content

[ameli] Small fix for "AttributeError: 'str' object has no attribute 'id'"

Woob Import requested to merge ameli-fix-iter-documents into master

When using boobill documents to list all documents, I had this error: AttributeError: 'str' object has no attribute 'id'

This small fix gets rid of that.

Merge request reports