Skip to content

Commit

Permalink
intacct remove expense_type from code prepend array (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT authored and Hrishabh17 committed Sep 26, 2024
1 parent 0ba5bf8 commit fec7c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class IntacctBaseMappingComponent implements OnInit {

cccExpenseObject: IntacctCorporateCreditCardExpensesObject | null;

acceptedCodeField: string[] = [SageIntacctField.ACCOUNT, SageIntacctField.DEPARTMENT, MappingSourceField.PROJECT, IntacctCategoryDestination.EXPENSE_TYPE];
acceptedCodeField: string[] = [SageIntacctField.ACCOUNT, SageIntacctField.DEPARTMENT, MappingSourceField.PROJECT];

brandingConfig = brandingConfig;

Expand Down

0 comments on commit fec7c04

Please sign in to comment.