adapt products export to new price system

This commit is contained in:
imperosol
2026-03-05 19:08:16 +01:00
parent 5f7a9fc600
commit 680dc44486
2 changed files with 19 additions and 11 deletions

View File

@@ -108,7 +108,7 @@
</template>
<span class="card-content">
<strong class="card-title" x-text="`${p.name} (${p.code})`"></strong>
<p x-text="`${p.selling_price} €`"></p>
<p x-text="`${p.prices.map((p) => p.amount).join(' ')} €`"></p>
</span>
</a>
</template>