Skip to content

Commit

Permalink
fixing task type for netsuite in export (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT authored Aug 8, 2024
1 parent f6b0736 commit 21b824b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class NetsuiteDashboardComponent implements OnInit {

getAccountingExportSummary$: Observable<AccountingExportSummary> = this.accountingExportService.getAccountingExportSummary('v1');

accountingExportType: NetsuiteTaskLogType[] = [NetsuiteTaskLogType.FETCHING_EXPENSES, NetsuiteTaskLogType.CREATING_BILL, NetsuiteTaskLogType.CREATING_EXPENSE_REPORT, NetsuiteTaskLogType.CREATING_CREDIT_CARD_CHARGE, NetsuiteTaskLogType.CREATING_CREDIT_CARD_REFUND, NetsuiteTaskLogType.CREATING_JOURNAL_ENTRY];
accountingExportType: NetsuiteTaskLogType[] = [NetsuiteTaskLogType.CREATING_BILL, NetsuiteTaskLogType.CREATING_EXPENSE_REPORT, NetsuiteTaskLogType.CREATING_CREDIT_CARD_CHARGE, NetsuiteTaskLogType.CREATING_CREDIT_CARD_REFUND, NetsuiteTaskLogType.CREATING_JOURNAL_ENTRY];

reimbursableImportState: ReimbursableImportState | null;

Expand Down

0 comments on commit 21b824b

Please sign in to comment.