mirror of https://github.com/Gnucash/gnucash
When processing payment->invoices, don't show duplicate invoices. This is an unusual case documented in the bug. Note: Instead of sort-and-delete-duplicates the invoices, we could replace the invoice accumulator with the O(N^2) version: (if (member invoice invoices) invoices (cons invoice invoices))pull/609/head
parent
43fab24e2c
commit
924fee2f3e
Loading…
Reference in new issue