arreglado tema de que fallaba poner varios detalles

This commit is contained in:
fedpo
2024-10-17 05:36:10 +01:00
parent 2c9aaee3f9
commit 4feb81f3a8
42 changed files with 1378 additions and 156 deletions

View File

@@ -8,7 +8,8 @@ namespace Entidades
public int IdRemito { get; set; }
public DateTime Fecha { get; set; }
public bool Habilitado { get; set; }
public int CantRecibida { get; set; }
[NotMapped]
public string NombreProducto
{
@@ -31,6 +32,7 @@ namespace Entidades
IdRemito = lote.IdRemito;
Fecha = lote.Fecha;
Habilitado = lote.Habilitado;
CantRecibida = CantRecibida;
}
public object Clone()