Invoice::setDetailsAttr does not merge details
Closed this issue · 1 comments
arondeparon commented
The method Invoice::setDetailsAttr() seems to perform an ArrayObject::merge(), but the details array is not merged properly. This prevents invoice detail lines from being properly updated.
pluijm commented
Merging seems odd, don't know why I did that.