Actualizar print/templates/email/zone-included/zone-included.html
This commit is contained in:
parent
1b72572440
commit
1f8afc074d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue