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 + } @{