remove indAgent from load kp
This commit is contained in:
parent
0fb3b4be5a
commit
b04bf9dacf
@ -56,6 +56,7 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
recalcWithRevision,
|
||||
leaseObjectCount,
|
||||
calcType,
|
||||
indAgent,
|
||||
} = calculationStore.values;
|
||||
|
||||
calculationStore.setStatus('selectQuote', ElementStatus.Disabled);
|
||||
@ -284,6 +285,7 @@ const loadKpReaction: IReactionEffect = calculationStore => ({
|
||||
townRegistration,
|
||||
calcType,
|
||||
totalPayments: evo_sumpay_withnds,
|
||||
indAgent,
|
||||
});
|
||||
|
||||
message.success({
|
||||
|
||||
@ -47,7 +47,7 @@ const mapKPtoValues: TValues<string> = {
|
||||
dealerBroker: 'evo_dealer_broker_accountid',
|
||||
dealerBrokerRewardCondition: 'evo_dealer_broker_reward_conditionid',
|
||||
dealerBrokerRewardSumm: 'evo_dealer_broker_reward_total',
|
||||
indAgent: 'evo_agent_accountid',
|
||||
// indAgent: 'evo_agent_accountid',
|
||||
indAgentRewardCondition: 'evo_agent_reward_conditionid',
|
||||
indAgentRewardSumm: 'evo_agent_reward_total',
|
||||
calcDoubleAgent: 'evo_double_agent_accountid',
|
||||
|
||||
Reference in New Issue
Block a user