How can I change Email Subject that will contain c...
# advancedpdf
t
How can I change Email Subject that will contain customer name, invoice number and "from #company name" eg: "Test invoice #1234 from test Company" ...Please suggest
j
Test invoice ${transaction.tranid} from ${customer.subsidiary}
t
where should I put this line