WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user