Michele: Tolto link a buono dalla pagina Chiamate

This commit is contained in:
michele 2024-04-02 11:54:43 +02:00
parent f243e7a2e2
commit c4e4cfe1ab

View File

@ -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";
<td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
// link = "http://testapi.poloinformatico.it:9001/VIRTU/";
// link = link + item.ser_buono_chiu + ".jpg";
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
<td>@item.ser_buono_chiu</td>
}
else
{