Summary level descriptions - 2 lines

Hi, I would like to be able to have a two line description for the summary level descriptions in sales orders, sales invoices, and bank payments. Is this possible? Is it a change I can request, or is there a template that offers this feature, or could I amend the code myself to allow for this? Thanks

The field wraps text automatically. To force a line break, insert an HTML break tag, <br>.

ok, thanks. Could you please tell me where exactly in the code I would need to add it? I’m not a coder, so I don’t want to mess something else up inadvertently. Thanks

You don’t add it to any code. You insert it directly in a field. See Use HTML code in fields | Manager.

For example, entering the following into the Description field:

Inventory item A <br> Black

produces this output:

Inventory item A
Black

Ok, simple! Great, thanks