por ahora todo menos orden de compra y remito
This commit is contained in:
@@ -84,7 +84,8 @@ namespace Controladora
|
||||
{
|
||||
try
|
||||
{
|
||||
return RepositorioLote.Instance.Listar();
|
||||
return RepositorioLote.Instance.Listar().Where(x=> x.Habilitado == true)
|
||||
.ToList().AsReadOnly();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user