merge branch release/calc-89_government_purchases
This commit is contained in:
parent
e81becf22c
commit
cfad47d436
@ -76,7 +76,8 @@ const reactionEffects: IReactionEffect[] = [
|
||||
quote.evo_recalc_limit > 0 &&
|
||||
quote.evo_statuscode &&
|
||||
quote.evo_statuscode.evo_id &&
|
||||
quote.evo_statuscode.evo_id === '2.3',
|
||||
quote.evo_statuscode.evo_id === '2.3' &&
|
||||
!quote.evo_purchases_participation,
|
||||
),
|
||||
);
|
||||
calculationStore.setValue('quote', null);
|
||||
|
||||
@ -23,4 +23,5 @@ fragment quoteFieldsLite on quote {
|
||||
evo_req_telematic_accept
|
||||
evo_one_year_insurance
|
||||
evo_last_payment_perc
|
||||
evo_purchases_participation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user