Actualizar print/templates/email/zone-included/zone-included.html

This commit is contained in:
Javier Segarra 2024-04-03 05:49:40 +00:00
parent 1b72572440
commit 1f8afc074d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</tr>
</thead>
<tbody>
<tr v-for="zone in JSON.parse(zoneCollisions)" v-bind:key="zone.zoneFk">
<tr v-for="zone in zones" v-bind:key="zone.zoneFk">
<td>{{ zone.zn.name }}</td>
<td>{{ zone.zoneFk }}</td>
<td>{{ zone.z.price }}</td>