CSR-1553 changed insurance threshold value from 500 to 300.

This commit is contained in:
Bryan Mauger 2023-07-18 15:16:25 -04:00
parent 04f36bc290
commit dad6cdf0f8

View file

@ -166,7 +166,7 @@ export default {
return availableLineItems
? baseMixin.methods.getTierOnePackagePrice(
baseMixin.methods.filterOutFees(availableLineItems)
) > 500
) > 300
: null;
}
},