[] DeliveryConfirmation: Fix last row cell count

This commit is contained in:
2024-03-08 16:33:32 +01:00
parent e1201bc6b8
commit 58c7eec6f8

@ -98,6 +98,7 @@
<td colspan="8">Gesamt:</td> <td colspan="8">Gesamt:</td>
<td colspan="2" class="number">@($"{Model.Data.Rows.Sum(p => p.Weight):N0}")</td> <td colspan="2" class="number">@($"{Model.Data.Rows.Sum(p => p.Weight):N0}")</td>
<td></td> <td></td>
<td></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>