asdas
This commit is contained in:
@@ -151,7 +151,6 @@ namespace Vista
|
||||
{
|
||||
if (Validaciones()) return;
|
||||
|
||||
orden.Id = Convert.ToInt32(numId.Value);
|
||||
orden.Proveedor = (Proveedor)dgvProveedor.SelectedRows[0].DataBoundItem;
|
||||
string msg = ControladoraOrdenDeCompras.Instance.Añadir(orden);
|
||||
MessageBox.Show(msg);
|
||||
|
||||
Reference in New Issue
Block a user