campo seriale rappnew per link immagine
This commit is contained in:
parent
fdab186e20
commit
52f63169e1
@ -238,5 +238,9 @@ namespace VirtualTask.Models
|
|||||||
|
|
||||||
public string? andescri { get; set; }
|
public string? andescri { get; set; }
|
||||||
public string? ancodice { get; set; }
|
public string? ancodice { get; set; }
|
||||||
|
|
||||||
|
/// <summary>RAPP_NEW: seriale chiamata chiusa</summary>
|
||||||
|
public string? ser_rapp_chiu { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -222,7 +222,7 @@
|
|||||||
// link = link + item.ser_buono_chiu + ".jpg";
|
// link = link + item.ser_buono_chiu + ".jpg";
|
||||||
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
|
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
|
||||||
|
|
||||||
<td>@item.ser_buono_chiu</td>
|
<td>@item.ser_buono_chiu - @item.ser_rapp_chiu</td>
|
||||||
|
|
||||||
//<td><a href="" onclick="openNewWindow();">@item.ser_buono_chiu</a></td>
|
//<td><a href="" onclick="openNewWindow();">@item.ser_buono_chiu</a></td>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user