Hi,
I'm trying to create a PDF template. I have 2 entities, one master, one detail. Master has one-to-many relationship with detail entity.
My PDF template code is
<p><b>{{name}}</b></p>
{{#each ejemploDetalles}}
{{name}}<br>
{{/each}}
<hr>
Already in Photo 1, and the result is displayed in Photo 2.
But, I can't find where is the "?" coming from...
I'm using version 7.0.10.
Any idea about the question mark?
Thanks in advance
Eduardo
I'm trying to create a PDF template. I have 2 entities, one master, one detail. Master has one-to-many relationship with detail entity.
My PDF template code is
<p><b>{{name}}</b></p>
{{#each ejemploDetalles}}
{{name}}<br>
{{/each}}
<hr>
Already in Photo 1, and the result is displayed in Photo 2.
But, I can't find where is the "?" coming from...
I'm using version 7.0.10.
Any idea about the question mark?
Thanks in advance
Eduardo
Comment