Added rows length condition to auswertung

This commit is contained in:
2025-05-07 19:15:59 +02:00
parent 3332b7f258
commit caba8348bf

View File

@@ -2575,7 +2575,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
<div class="w-full flex justify-between" v-if="itemInfo.type !== 'deliveryNotes'">
<table class="w-1/2">
<table class="w-1/2" v-if="itemInfo.rows.length > 0">
<tr v-if="documentReport.totalProductsPurchasePrice !== 0">
<td>Einkaufspreis Artikel Gesamt:</td>
<td class="text-right">{{useCurrency(documentReport.totalProductsPurchasePrice)}}</td>