DeliveryConfirmation: Show 'Davon abgewertet' below total sum

This commit is contained in:
2026-02-19 15:26:09 +01:00
parent 4cd7ef85a1
commit 9e5f709d42
2 changed files with 11 additions and 6 deletions

View File

@@ -100,6 +100,12 @@
<td></td>
<td></td>
</tr>
<tr>
<td colspan="8">Davon abgewertet:</td>
<td colspan="2" class="number">@($"{Model.Data.Rows.Where(p => p.IsDepreciated).Sum(p => p.Weight):N0}")</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
@Raw(BusinessDocument.PrintSortenaufteilung(Model.MemberStats))