CSR-1553 changed insurance threshold value from 500 to 300.
This commit is contained in:
parent
04f36bc290
commit
dad6cdf0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export default {
|
|||
return availableLineItems
|
||||
? baseMixin.methods.getTierOnePackagePrice(
|
||||
baseMixin.methods.filterOutFees(availableLineItems)
|
||||
) > 500
|
||||
) > 300
|
||||
: null;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue