From 65643434416aa9af4e5009b58bb32ca19c00f563 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 17 Nov 2020 16:19:38 +0300 Subject: [PATCH] fix quote name --- src/client/stores/CalculationStore/Effects/reaction.ts | 1 + src/core/Data/propsMap.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/stores/CalculationStore/Effects/reaction.ts b/src/client/stores/CalculationStore/Effects/reaction.ts index 8e8003b..1ddd130 100644 --- a/src/client/stores/CalculationStore/Effects/reaction.ts +++ b/src/client/stores/CalculationStore/Effects/reaction.ts @@ -55,6 +55,7 @@ const reactionEffects: IReactionEffect[] = [ quote: quotes(evo_leadid: $leadid) { quoteid name + evo_quotename quotenumber evo_recalc_limit evo_approved_first_payment diff --git a/src/core/Data/propsMap.ts b/src/core/Data/propsMap.ts index b7d96fe..e2769a3 100644 --- a/src/core/Data/propsMap.ts +++ b/src/core/Data/propsMap.ts @@ -18,7 +18,7 @@ const propsMap: TEntities<{ value: 'opportunityid', }, quote: { - name: 'name', + name: 'evo_quotename', value: 'quoteid', }, contact: {