Hello, I'm using version 2.13.8 of OSG Seminar Manager,
and we always generated correctly the "Attendance List PDF", but recently it stopped working,
the list of Attendees doesn't Loop anymore, so the result is a table with a single row with just the KEYS "Name", "LastName" and so on.
The code of the template is ALWAYS the same since 2 years and it has not been changed, it just stopped working.
The source code is correct, with Class="{LOOP}", this is the code:
<table style="width: 100%;" border="1" align="center">
<thead>
<tr>
<td style="width: 20%;"><span style="color: #000080;"><strong>Organisation</strong></span></td>
<td style="width: 20%;"><span style="color: #000080;"><strong>Name</strong></span></td>
<td style="width: 20%;"><span style="color: #000080;"><strong>Vorname</strong></span></td>
<td style="width: 20%;"><span style="color: #000080;"><strong>E-Mail</strong></span></td>
<td style="width: 20%;"><span style="color: #000080;"><strong>Telefon</strong></span></td>
</tr>
</thead>
<tbody>
<tr class="{LOOP}">
<td style="width: 20%; height: .6cm;">{CUSTOM_COMPANY}</td>
<td style="width: 20%; height: .6cm;">{LASTNAME}</td>
<td style="width: 20%;">{FIRSTNAME}</td>
<td style="width: 20%;">{EMAIL}</td>
<td style="width: 20%;">{CUSTOM_PHONE}</td>
</tr>
</tbody>
</table>
it was taken directly from your FAQ, so it should be good.
This only happens for the data inside the LOOP, all the rest in the template is displayed correctly (course title, course start date, end date and so on).
I also tried changing the Attendee status from Submitted to Paid, but the it won't still generate the list correctly in the PDF.
What is wrong? IS this feature maybe not supported anymore in version 2.13.8 as it's an older version?
Thank you