correzione bug riga commentata erroneamente
This commit is contained in:
parent
9a975a8f17
commit
a9125bde75
@ -152,7 +152,7 @@
|
|||||||
<span class="dotGray"></span>
|
<span class="dotGray"></span>
|
||||||
;
|
;
|
||||||
} *@
|
} *@
|
||||||
else if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S"))
|
@if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S"))
|
||||||
{
|
{
|
||||||
<span class="dotBlack"></span>
|
<span class="dotBlack"></span>
|
||||||
;
|
;
|
||||||
@ -177,7 +177,7 @@
|
|||||||
@if (!string.IsNullOrEmpty(item.ser_buono_chiu))
|
@if (!string.IsNullOrEmpty(item.ser_buono_chiu))
|
||||||
{
|
{
|
||||||
<a href="#" class="apri-finestra" data-id="@item.ser_rapp_chiu">@item.ser_buono_chiu</a>
|
<a href="#" class="apri-finestra" data-id="@item.ser_rapp_chiu">@item.ser_buono_chiu</a>
|
||||||
}a
|
}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@{
|
@{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user