Merge branch 'development'
This commit is contained in:
commit
c57f32a18d
@ -49,7 +49,7 @@ const sections: ISection[] = [
|
||||
elements: ['tbxSaleBonus'],
|
||||
},
|
||||
{
|
||||
elements: ['tbxRedemptionPaymentSum'],
|
||||
// elements: ['tbxRedemptionPaymentSum'],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@ -744,9 +744,7 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
}
|
||||
|
||||
// redemptionPayment
|
||||
let redemptionPaymentSum =
|
||||
quote.evo_payment_redemption_sum ||
|
||||
initialValues.redemptionPaymentSum;
|
||||
let redemptionPaymentSum = initialValues.redemptionPaymentSum;
|
||||
// redemptionPayment
|
||||
|
||||
// engineHours
|
||||
|
||||
@ -19,7 +19,7 @@ const initialValues: Partial<Record<ValuesNames, any>> = {
|
||||
firstPaymentRub: 0,
|
||||
lastPaymentPerc: 1,
|
||||
lastPaymentRule: 100000001,
|
||||
redemptionPaymentSum: 1000,
|
||||
redemptionPaymentSum: undefined,
|
||||
balanceHolder: 100000001,
|
||||
graphType: 100000000,
|
||||
parmentsDecreasePercent: 94,
|
||||
|
||||
Reference in New Issue
Block a user