BS
09/13/2022, 8:18 PM{companyaddress: "Name<br />Street<br />Postal code<br />Country"}
Does anyone know what I should try? From NetSuite the address comes in with those \r\n tags but I had replaced them with <br /> since without them nothing happened. But suddenly today I see those break tags actually being printed on the PDF.BS
09/13/2022, 8:22 PMscottvonduhn
09/13/2022, 9:26 PM"Name\nStreet\nPostal code\nCountry"
, or try disabling auto-escaping with ?no_esc
https://freemarker.apache.org/docs/dgui_misc_autoescaping.html#dgui_misc_autoescaping_disableautoescBS
09/14/2022, 3:25 AM?replace("<br />","<br />")