michele: aggiunto pisergir

This commit is contained in:
michele 2024-07-25 11:23:09 +02:00
parent 10c6030dc9
commit edec809ea4
2 changed files with 2 additions and 0 deletions

View File

@ -344,6 +344,7 @@ namespace SoftwayWeb.Controllers
mg.Pitarga = mezzi.TrimEnd();
mg.Piautist = autisti.TrimEnd();
mg.Pitiprec = "M";
mg.Pisergir = destinazione.Pisergir;
apiUrl = helper.GetStringValue("apiUrl");

View File

@ -56,6 +56,7 @@ namespace SoftwayWeb.Models
public string? Note { get; set; }
public int? Seq { get; set; }
public string? Prog { get; set; }
public string? Pisergir { get; set; }
public class ConsegnaFatta
{
[Display(Name = "Seriale consegna")]