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