sync with core updates
add for e6b77ea
This commit is contained in:
parent
6c7ddb0927
commit
02212722d3
@ -110,7 +110,7 @@ const elementsProps: TElements<ElementProps> = {
|
||||
tbxFirstPaymentPerc: {
|
||||
min: '0',
|
||||
max: '50',
|
||||
precision: 2,
|
||||
precision: 4,
|
||||
formatter: formatNumber,
|
||||
},
|
||||
tbxFirstPaymentRub: {
|
||||
|
||||
@ -1699,7 +1699,7 @@ const reactionEffects: IReactionEffect[] = [
|
||||
);
|
||||
break;
|
||||
}
|
||||
case 100000002: {
|
||||
case 100000001: {
|
||||
calculationStore.setStatus('tbxIRR_Perc', ElementStatus.Disabled);
|
||||
calculationStore.setStatus('tbxTotalPayments', ElementStatus.Default);
|
||||
break;
|
||||
|
||||
@ -376,7 +376,7 @@ const initialOptions: TElements<IBaseOption[]> = {
|
||||
},
|
||||
{
|
||||
name: 'Суммы',
|
||||
value: 100000002,
|
||||
value: 100000001,
|
||||
},
|
||||
],
|
||||
radioObjectRegistration: [
|
||||
|
||||
Reference in New Issue
Block a user