Fix bug in Annual summary query (on contact dashboard) whereby a left join gives the wrong results
As demonstrated in the test the left join does not do any filtering but it DOES join in as many line items as match the
permitted types - resulting in too many rows & the sum calculated on them being incorrect.
As this doesn't work it should be removed - I would aniticpate that sites with the financialreportacls extensions
would get this adequately added through CRM_Financial_BAO_FinancialType::addACLClausesToWhereClauses
but regardless this should go as it causes a bug without achieving it's intended result and adding a test prevents
a later fix from re-breaking