This commit is contained in:
Lucio Maranta
2018-08-20 12:54:24 +02:00
parent d4afdb5098
commit 37669e5a63
7 changed files with 103 additions and 56 deletions
@@ -241,7 +241,7 @@ namespace Step.Database.Controllers
public List<DTONcShankModel> GetAvailableShanks()
{
List<DTONcShankModel> dtoShanks = GetShanks()
.Where(x => x.MagazineId == null && x.Tools.Count > 0)
.Where(x => x.MagazineId == null && x.ChildsTools.Count > 0)
.ToList();
return dtoShanks;