You are not logged in.
Pages: 1
Is there a way to truncate the Item Title in the invoice list, I only need the first 20 to 40 characters, as this would tidy up the invoice for me as my titles are long and has blurb I don't need on the invoice
Offline
Just in case anyone is interested this was accomplished this way:
<span style="overflow: hidden; font-size: 6pt; display: block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 80px;">{Title}
</span>
Offline
Pages: 1