tghounsell
Member
This could just be a persistent brain fart on my part, but...
I have a table called invoices. The table includes a databasejoin element to the members table. From the invoices list, I want to use a list email plugin to email the invoice to the member. So, do I need to make an eval query to select the members.email field? Or is there some way of using placeholders like {invoices___member___email} or maybe {invoices___member}.email?
I have a table called invoices. The table includes a databasejoin element to the members table. From the invoices list, I want to use a list email plugin to email the invoice to the member. So, do I need to make an eval query to select the members.email field? Or is there some way of using placeholders like {invoices___member___email} or maybe {invoices___member}.email?