This commit is contained in:
@@ -1900,9 +1900,9 @@ namespace AyaNova.Biz
|
||||
if(c.ContractServiceRateOverrideItems.Count>0){
|
||||
//does our contract rate have a matching tag?
|
||||
|
||||
subTags.All(z => objectTags.Any(x => x == z));
|
||||
//TODO: Iterate all contract tagged items, use the one with the MOST matching tags
|
||||
foreach(var csr in c.ContractServiceRateOverrideItems){
|
||||
csr.Tags.
|
||||
csr.Tags.All(z => Rate.Tags.Any(x => x == z));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user