From 47960d517893aef99f9a50b4bf523e2351465cc1 Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:58:37 +0530 Subject: [PATCH] Fix import settings (#843) * Fix import settings * Fix import settings --- src/app/core/services/common/mapping.service.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/core/services/common/mapping.service.ts b/src/app/core/services/common/mapping.service.ts index e29dac8a9..360d6ae35 100644 --- a/src/app/core/services/common/mapping.service.ts +++ b/src/app/core/services/common/mapping.service.ts @@ -75,7 +75,10 @@ export class MappingService { CREDIT_CARD_ACCOUNT: [], ACCOUNTS_PAYABLE: [], TAX_CODE: [], - COMPANY: [] + COMPANY: [], + LOCATION: [], + DEPARTMENT: [], + CLASS: [] }); })); }