Whenever we have a mailing or print tickets for will call the word "household" shows up. Example: John and Jane Smith Household. Is there any way to delete that word? Because it's internal lingo I think it looks confusing for patrons. Thanks!
Sounds like you're pulling the household lname field rather than the salutation. Switch to the latter and the "household" should vanish.
On my ticket designs, I'm using "Constituent Display Name" and having the same issue.
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
The following “Mask” for “Constituent Display Name” in ticket design should work:
IF((RIGHT(val,10)=’ Household’), LEFT(val,LEN(val)-10),val)