From e438fa3930ee11d4826a3d06e1e6517f72537553 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 14 Oct 2022 12:47:13 +0200 Subject: [PATCH] minor fix --- MP.SPEC/Components/ListODL.razor | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/MP.SPEC/Components/ListODL.razor b/MP.SPEC/Components/ListODL.razor index 1680b31b..b9c8fff6 100644 --- a/MP.SPEC/Components/ListODL.razor +++ b/MP.SPEC/Components/ListODL.razor @@ -148,11 +148,12 @@ else Info ciclo Periodo + Durata - +
N° pezzi: @currRecord.NumPezzi
T. Ciclo: @currRecord.Tcassegnato.ToString("N3")
@@ -181,7 +182,12 @@ else - + +
+ @currRecord.DurataMinuti +
+ + @@ -196,7 +202,7 @@ else {
-

@statRecord.Descrizione - @($"{calcolaPerc(statRecord.TotDurata)}%")

+
@statRecord.Descrizione - @($"{calcolaPerc(statRecord.TotDurata)}%")