[#22] DeliveryConfirmation: Fix wrong border

This commit is contained in:
2023-12-18 21:01:15 +01:00
parent 2c48c89cfa
commit ae00fd2c31

View File

@ -79,9 +79,9 @@
first = false;
}
</tr>
}
lastVariant = p.Variant;
}
}
<tr class="sum">
<td colspan="8">Gesamt:</td>
<td colspan="2" class="weight">@($"{Model.Data.Rows.Sum(p => p.Weight):N0}")</td>