From c4e4cfe1ab3d28f4048f64dc8dc4bd052346f89a Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 2 Apr 2024 11:54:43 +0200 Subject: [PATCH] Michele: Tolto link a buono dalla pagina Chiamate --- Views/Chiamate/Index.cshtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Views/Chiamate/Index.cshtml b/Views/Chiamate/Index.cshtml index 07e73e2..91135ec 100644 --- a/Views/Chiamate/Index.cshtml +++ b/Views/Chiamate/Index.cshtml @@ -76,14 +76,15 @@ @{ - string link = string.Empty; + // string link = string.Empty; if (!string.IsNullOrEmpty(item.ser_buono_chiu)) { - link = "http://testapi.poloinformatico.it:9001/VIRTU/"; - link = link + item.ser_buono_chiu + ".jpg"; - @item.ser_buono_chiu + // link = "http://testapi.poloinformatico.it:9001/VIRTU/"; + // link = link + item.ser_buono_chiu + ".jpg"; + // @item.ser_buono_chiu + @item.ser_buono_chiu } else {