From a9125bde75c4b729b1195f3f0bd80a4267950fda Mon Sep 17 00:00:00 2001 From: michele Date: Wed, 19 Nov 2025 10:05:32 +0100 Subject: [PATCH] correzione bug riga commentata erroneamente --- Views/Chiamate/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/Chiamate/Index.cshtml b/Views/Chiamate/Index.cshtml index 7ee9dfe..a7702e3 100644 --- a/Views/Chiamate/Index.cshtml +++ b/Views/Chiamate/Index.cshtml @@ -152,7 +152,7 @@ ; } *@ - else if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S")) + @if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S")) { ; @@ -177,7 +177,7 @@ @if (!string.IsNullOrEmpty(item.ser_buono_chiu)) { @item.ser_buono_chiu - }a + } @{