DeliveryConfirmation: Use 'gerebelt' instead of 'bto./nto.'

This commit is contained in:
2024-07-27 18:38:16 +02:00
parent cc97004b30
commit 4aa3362029
2 changed files with 9 additions and 9 deletions

View File

@ -33,9 +33,9 @@
<th>Gewicht</th>
<th rowspan="3" style="padding: 0;">
<svg width="10" height="40" xmlns="http://www.w3.org/2000/svg">
<text x="-40" y="5" transform="rotate(270)" font-size="8pt" font-style="italic" font-family="Times New Roman"
<text x="-40" y="4" transform="rotate(270)" font-size="8pt" font-style="italic" font-family="Times New Roman"
style="text-anchor: start; alignment-baseline: middle;">
bto./nto.
gerebelt
</text>
</svg>
</th>
@ -81,7 +81,7 @@
}
@if (i == p.Buckets.Length - 1) {
<td class="number">@($"{p.Weight:N0}")</td>
<td class="small">@(p.IsNetWeight ? "n" : "b")</td>
<td class="small">@(p.IsNetWeight ? "\u2713" : "")</td>
} else {
<td></td>
<td></td>