hay 1 bug en el mostrarstock
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Vista
|
||||
dgvProveedor.DataSource = null;
|
||||
dgvProveedor.DataSource = ControladoraPresupuestos.Instance.ListarProveedores();
|
||||
|
||||
var presupuestolist = ControladoraPresupuestos.Instance.Listar();
|
||||
var presupuestolist = ControladoraPresupuestos.Instance.ListarTodo();
|
||||
numId.Value = (presupuestolist.Count > 0) ?
|
||||
presupuestolist.Max(x => x.Id + 1) :
|
||||
0;
|
||||
|
||||
Reference in New Issue
Block a user