This commit is contained in:
2021-08-09 17:34:12 +00:00
parent cdba13d338
commit f634cddbd6
3 changed files with 35 additions and 9 deletions

View File

@@ -65,5 +65,18 @@ namespace AyaNova.PickList
});
}
public string GetVariantCriteria(string variant)
{
// :variant="availableonly" Only items that are not on a workorderitemloan
if (string.IsNullOrWhiteSpace(variant) || variant != "availableonly") return string.Empty;
return "aloanunit.workorderitemloanid is null";
}
}//eoc
}//eons