From 1dd2f19563c0462330e77c333098baff5ed9cfaa Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 17 Jun 2025 15:50:48 +0200 Subject: [PATCH] Index chiamate: Nascosti pulsanti modifica/ elimina se chiamata presa in carico. corretti refusi layout portale --- Views/Chiamate/Index.cshtml | 4 ++-- Views/Shared/_LayoutPortale.cshtml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Views/Chiamate/Index.cshtml b/Views/Chiamate/Index.cshtml index 2995f84..c234eee 100644 --- a/Views/Chiamate/Index.cshtml +++ b/Views/Chiamate/Index.cshtml @@ -169,7 +169,7 @@ @{ string _url_edit = Url.Action("Edit", "Chiamate", new { id = item.chserial }); } - @if (string.IsNullOrEmpty(item.ic) || string.IsNullOrEmpty(item.ser_buono_chiu)) + @if (string.IsNullOrEmpty(item.ic) && string.IsNullOrEmpty(item.ser_buono_chiu)) { Modifica @@ -181,7 +181,7 @@ @{ string _url_del = Url.Action("Delete", "Chiamate", new { id = item.chserial }); } - @if (string.IsNullOrEmpty(item.ic) || string.IsNullOrEmpty(item.ser_buono_chiu)) + @if (string.IsNullOrEmpty(item.ic) && string.IsNullOrEmpty(item.ser_buono_chiu)) { Elimina diff --git a/Views/Shared/_LayoutPortale.cshtml b/Views/Shared/_LayoutPortale.cshtml index a4b0f76..204acd0 100644 --- a/Views/Shared/_LayoutPortale.cshtml +++ b/Views/Shared/_LayoutPortale.cshtml @@ -361,7 +361,10 @@ Purchase: Virtual Task
-

La soluzione standalone per la rendicontazione delle attività svolte fuori sede.
Ideale per piccoli Manutentori e Impiantisti

+

La soluzione standalone per la rendicontazione delle attività svolte fuori sede.
+ Ideale per piccoli Manutentori e Impiantisti +

+
Leggi Altro