Aggiunta data obsolescenza in articoli
This commit is contained in:
parent
3ad207ebc9
commit
63c361ea74
@ -15531,7 +15531,7 @@ namespace ApiPolo.Controllers
|
|||||||
var art = await _articoliTable.Where(a => a.SlCodice.Equals(artcodice) && a.Azienda.Equals(ten)).ToListAsync();
|
var art = await _articoliTable.Where(a => a.SlCodice.Equals(artcodice) && a.Azienda.Equals(ten)).ToListAsync();
|
||||||
|
|
||||||
Articoli model = art.First();
|
Articoli model = art.First();
|
||||||
//model.dataCanc = DateTime.Now;
|
model.DataObso = DateTime.Now;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
@ -29,8 +29,9 @@ namespace ApiPolo.Models
|
|||||||
public decimal? LiScont3 { get; set; }
|
public decimal? LiScont3 { get; set; }
|
||||||
[Column(TypeName = "decimal(6,2)")]
|
[Column(TypeName = "decimal(6,2)")]
|
||||||
public decimal? LiScont4 { get; set; }
|
public decimal? LiScont4 { get; set; }
|
||||||
public string? GEST_MATR { get; set; }
|
public string? Gest_Matr { get; set; }
|
||||||
public string? GEST_LOTTI { get; set; }
|
public string? Gest_Lotti { get; set; }
|
||||||
public string? DESC_SUP { get; set; }
|
public string? Desc_sup { get; set; }
|
||||||
|
public DateTime? DataObso { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user