Not all Whitespace fields are checked when formatting addresses
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3584958. -->
Reported by: [danchamp](https://www.drupal.org/user/1366502)
Related to !44
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Whitespace has several fields that can contain address name and number data. Currently only <code><SiteName></code> and <code><SiteAddressNumber></code> are considered when formatting addresses.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Check all address fields and use all populated values of:</p>
<pre><SiteName><br><SiteAddressName><br><SiteAddressPrefix><br><SiteAddressNumber></pre>
issue