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