temporary fix legal*
This commit is contained in:
parent
bbe4e158d9
commit
8cac5fa120
@ -64,6 +64,8 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
creditRate,
|
||||
rate,
|
||||
infuranceOPF,
|
||||
legalClientRegion,
|
||||
legalClientTown,
|
||||
} = calculationStore.values;
|
||||
|
||||
calculationStore.setStatus('selectQuote', ElementStatus.Disabled);
|
||||
@ -302,6 +304,8 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
INNForCalc,
|
||||
creditRate,
|
||||
infuranceOPF,
|
||||
legalClientRegion,
|
||||
legalClientTown,
|
||||
});
|
||||
|
||||
message.success({
|
||||
|
||||
@ -94,8 +94,8 @@ const mapKPtoValues: TValues<string> = {
|
||||
typePTS: 'evo_pts_type',
|
||||
townRegistration: 'evo_townid',
|
||||
regionRegistration: 'evo_regionid',
|
||||
legalClientRegion: 'evo_legal_regionid',
|
||||
legalClientTown: 'evo_legal_townid',
|
||||
// legalClientRegion: 'evo_legal_regionid',
|
||||
// legalClientTown: 'evo_legal_townid',
|
||||
};
|
||||
|
||||
export function getKpPropName(valueName: ValuesNames) {
|
||||
|
||||
Reference in New Issue
Block a user