From cf872ec1bace450e6cfadf0bb3e0d517c1fa8c8d Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 8 Jun 2021 14:02:47 +0300 Subject: [PATCH] fix get options for dealers --- .../Effects/reactions/loadKpReaction/quoteQuery.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/quoteQuery.js b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/quoteQuery.js index 91d26a5..757ea25 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/quoteQuery.js +++ b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/quoteQuery.js @@ -40,6 +40,12 @@ export default gql` evo_vehicle_type_tax evo_req_telematic_accept evo_req_telematic + evo_agent_accountid + evo_dealer_person_accountid + evo_dealer_broker_accountid + evo_double_agent_accountid + evo_broker_accountid + evo_fin_department_accountid } } `;