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