diff --git a/src/y4f/Shared/Chefin/Bestelluebersicht-Chefin.razor b/src/y4f/Shared/Chefin/Bestelluebersicht-Chefin.razor index db1ffc4..30b50cd 100644 --- a/src/y4f/Shared/Chefin/Bestelluebersicht-Chefin.razor +++ b/src/y4f/Shared/Chefin/Bestelluebersicht-Chefin.razor @@ -42,9 +42,20 @@ month = bestellungsposition.Datum.Month; year = bestellungsposition.Datum.Year; - @*print kunde.code, hour and minute from last bestellungsposition*@ - @*print only if date is higher than now datum *@ - if (bestellungsposition.Datum > DateTime.Now) + @*print only if date is higher than now datum, all expired hh:mm unvisible *@ + @*if (bestellungsposition.Datum > DateTime.Now) + { +
BDetail(@kunde.Idkunde))" class="mb-0 pb-0"> + #@kunde.Code + @hour:@minute +
+