error de la imagen en productos solucionada
This commit is contained in:
@@ -38,7 +38,7 @@ namespace compabetov2.admin
|
||||
txtNombre.Text,
|
||||
Decimal.Parse(txtPrecio.Text),
|
||||
int.Parse(txtCantidad.Text),
|
||||
imagePath,
|
||||
Path.GetFileName(imagePath),
|
||||
producto.idProducto,
|
||||
Decimal.Parse(txtPrecioCompra.Text)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user