ahi va todo fixeado por ahora faltan forms

This commit is contained in:
2024-08-11 18:22:54 -03:00
parent 1877f7705c
commit 08cb7d769f
25 changed files with 77 additions and 67 deletions

View File

@@ -29,11 +29,11 @@ namespace Modelo
try
{
var remitoAModificar = almacen.Find(x => x.Id == t.Id);
if (remitoAModificar != null)
var remitoAModificar = almacen.FindIndex(x => x.Id == t.Id);
if (remitoAModificar > -1)
{
remitoAModificar = t;
almacen[remitoAModificar] = t;
ret = true;
ret = true;