Hi,
I'm trying to print tasks related to an account using Print to PDF. I created a template like this, following Espo /documentation/user-guide/printing-to-pdf/
Is this supposed to work? I'm using 5.5.6.
thanks, regards,
Michele
I'm trying to print tasks related to an account using Print to PDF. I created a template like this, following Espo /documentation/user-guide/printing-to-pdf/
Code:
<table><tbody>
<!-- {{#each tasks}} -->
<tr>
<td>{{name}}</td>
</tr>
<!-- {{/each}} -->
</tbody></table>
thanks, regards,
Michele
