From 81c60bd90eacc476df8571acedabc792f9fe8b64 Mon Sep 17 00:00:00 2001 From: Chika Date: Thu, 9 Sep 2021 12:56:55 +0300 Subject: [PATCH] loadKP: fix fill telematic --- .../CalculationStore/Effects/reactions/loadKpReaction/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts index 29d8451..87bffac 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts @@ -24,7 +24,7 @@ const map_add_product_types_to_values = { registration: 100000001, insNSIB: 100000002, tracker: 100000003, - telematics: 100000004, + telematic: 100000004, fuelCard: 100000005, };