Denhac/ApplicationAPI

Open Balances should show new members

stonaker opened this issue · 1 comments

Due to a quirk in the SQL that feeds the Open Balances screen, a members is required to have at least one row in the invoices and/or payments tables in order to be returned in the result set. Need an outer join somewhere where I'm using an inner join.

Fixed