Creato form per Clienti/Prospect
This commit is contained in:
@@ -35,16 +35,26 @@ else
|
||||
|
||||
<div class="section-info">
|
||||
<div class="section-personal-info">
|
||||
@if (!string.IsNullOrEmpty(Anag.Telefono))
|
||||
{
|
||||
<div>
|
||||
<span class="info-title">Telefono</span>
|
||||
<span class="info-text">
|
||||
@Anag.Telefono
|
||||
</span>
|
||||
</div>
|
||||
}
|
||||
|
||||
<div>
|
||||
<span class="info-title">Telefono</span>
|
||||
<span class="info-title">P. IVA</span>
|
||||
<span class="info-text">
|
||||
@if (string.IsNullOrEmpty(Anag.Telefono))
|
||||
@if (string.IsNullOrEmpty(Anag.PartIva))
|
||||
{
|
||||
@("Nessuna mail configurata")
|
||||
@("Nessuna partita iva configurata")
|
||||
}
|
||||
else
|
||||
{
|
||||
@Anag.Telefono
|
||||
@Anag.PartIva
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user