Subo cambios en plena produccion10

This commit is contained in:
Michael Robles
2024-02-02 20:42:38 -07:00
parent 253dfd3643
commit 6f6be01916
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -326,6 +326,7 @@ namespace compabetov2.database
while (reader.Read())
{
decimal total = reader.GetDecimal(6);
Envio envio = new Envio(
(int)reader.GetInt64(0),
reader.GetString(1),
@@ -334,7 +335,7 @@ namespace compabetov2.database
reader.GetString(4),
reader.GetString(5),
reader.GetString(7),
reader.GetDecimal(6)
total
) ;
envios.Add(envio);