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>&lt;SiteName&gt;</code> and <code>&lt;SiteAddressNumber&gt;</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>&lt;SiteName&gt;<br>&lt;SiteAddressName&gt;<br>&lt;SiteAddressPrefix&gt;<br>&lt;SiteAddressNumber&gt;</pre>
issue