Skip to content

Commit

Permalink
Fix import settings (#843)
Browse files Browse the repository at this point in the history
* Fix import settings

* Fix import settings
  • Loading branch information
ruuushhh authored Jun 11, 2024
1 parent 79d3545 commit 47960d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/core/services/common/mapping.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ export class MappingService {
CREDIT_CARD_ACCOUNT: [],
ACCOUNTS_PAYABLE: [],
TAX_CODE: [],
COMPANY: []
COMPANY: [],
LOCATION: [],
DEPARTMENT: [],
CLASS: []
});
}));
}
Expand Down

0 comments on commit 47960d5

Please sign in to comment.