Hi there,
Whenever I generate a PDF with mailing label. The contact name shows in this form:
CONCAT(%s.Pumpel,', ',%s.Maria)
The rest of the address ouputs fine.
The only place where I can find this string is in /functions/GetStuList.fnc.php.
I thought maybe a terminator is missing, causing Rosario to output the whole string and not just the name, but I couldn't find anything.
Is it something I'm doing wrong or an error in the code?