This commit is contained in:
2021-03-08 15:56:02 +00:00
parent 6b3e5c115b
commit e4c7a57c28
2 changed files with 5 additions and 4 deletions

View File

@@ -317,9 +317,10 @@ MULTIPLE discount / markup ITEMS
}
//VALIDATE TAGGED ITEMS
//PARTS
if (proposedObj.ContractPartOverrideItems.Count > 1)
if (proposedObj.ContractPartOverrideItems.Count > 0)
{
List<string> allTags = new List<string>();
@@ -351,7 +352,7 @@ MULTIPLE discount / markup ITEMS
}
}
//SERVICE RATES
if (proposedObj.ContractServiceRateOverrideItems.Count > 1)
if (proposedObj.ContractServiceRateOverrideItems.Count > 0)
{
List<string> allTags = new List<string>();
//check for overlapping dupes
@@ -384,7 +385,7 @@ MULTIPLE discount / markup ITEMS
}
//TRAVEL RATES
if (proposedObj.ContractTravelRateOverrideItems.Count > 1)
if (proposedObj.ContractTravelRateOverrideItems.Count > 0)
{
List<string> allTags = new List<string>();
//check for overlapping dupes