Hi, I need to show subsidiary address in invoice p...
# advancedpdf
t
Hi, I need to show subsidiary address in invoice pdf.. I am using the below line of code in advanced PDF <p><span class="address">${record.subsidiary.mainaddress_text}</span></p>
g
@Tanu try
${subsidiary.mainaddress_text}
👍 1
t
Thanks... It is working now