From f43d9c020c354e6b8a1ad6842bd2ca8efda955af Mon Sep 17 00:00:00 2001
From: Lorenz Stechauner <lorenz.stechauner@necronda.net>
Date: Wed, 4 Sep 2024 17:18:36 +0200
Subject: [PATCH] DeliveryAncmtList: Center 'Anmldg.' column

---
 Elwig/Documents/DeliveryAncmtList.cshtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Elwig/Documents/DeliveryAncmtList.cshtml b/Elwig/Documents/DeliveryAncmtList.cshtml
index fef5644..4f5ec2e 100644
--- a/Elwig/Documents/DeliveryAncmtList.cshtml
+++ b/Elwig/Documents/DeliveryAncmtList.cshtml
@@ -35,7 +35,7 @@
                     <td class="number">@a.MgNr</td>
                     <td>@a.AdministrativeName</td>
                     <td>@a.Variety</td>
-                    <td class="small">@(a.Status ?? "-")</td>
+                    <td class="small center">@(a.Status ?? "-")</td>
                     <td class="number">@($"{a.Weight:N0}")</td>
                 </tr>
             }