Fix unreleased regression where postal addresses are not suppressed when empty
authoreileen <emcnaughton@wikimedia.org>
Sat, 20 Jul 2019 01:52:55 +0000 (13:52 +1200)
committereileen <emcnaughton@wikimedia.org>
Sat, 20 Jul 2019 02:34:16 +0000 (14:34 +1200)
commitefaa33673d3ec0ba336e4d3aab4dc99d018ca35d
tree3029a95aa8b701dcde558ba1635c633ba4e8b5a3
parent869b8ee06f2f7c2d11860601d1a51593ecc5b4ab
Fix unreleased regression where postal addresses are not suppressed when empty

I had a suspicion about this as the variable showed as unused in my IDE so I upgraded the test that was failing to notice
and it started failing on this.

Bug is that the lines were not being added to the query to suppress empty addresses.
CRM/Export/BAO/ExportProcessor.php
tests/phpunit/CRM/Export/BAO/ExportTest.php