CBS 3.0.0 CB 1.9.1 J2.5.16
I am having difficulty with display of a delimiter field in the tax invoice by the user. See the highlighted field in the screen shot.
Note that this is different to when an admin displays the user's invoice (ignore the <p></p> as I have resolved that).
It also displays appropriately in the backend CB User Mgt screens.
The code for the Invoice Customer Address segment is
<p>TO: [ADDRESS_COMPANY]<br />[ADDRESS_FIRST_NAME] [ADDRESS_LAST_NAME] SAG Member No.: [CB_SAGMEMBNO]<br />[cb_concataddr]<br />[ADDRESS_CITY] [ADDRESS_STATE] [ADDRESS_ZIPCODE]<br />[ADDRESS_COUNTRY]</p>
The cb_concataddr field is a field delimiter field with config as below. It basically concatenates up to three separate address fields into one so that this can be included in invoice type displays without unseemly empty lines when some of the underlying fields are empty.
Am I missing something?