Subo cambios en plena produccion10
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user