version 1.0

This commit is contained in:
carlos
2024-02-03 08:33:04 -06:00
parent 07b36fbb3c
commit 752dffcaea
15 changed files with 121 additions and 116 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ namespace compabetov2
for (int i = 0; i < stockNuevo.Count; i++)
{
mensajeConfirmacion += productos[i].nombre + ": " + stockNuevo[i].stock + "\n";
mensajeConfirmacion += productos[stockNuevo[i].idProducto - 1].nombre + ": " + stockNuevo[i].stock + "\n";
}