This commit is contained in:
fedpo
2024-09-08 02:39:13 +01:00
parent c15ae743ab
commit 393caac989
65 changed files with 1138 additions and 282 deletions

View File

@@ -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);