Skip to content

Commit

Permalink
fix: ccc date options for charge card transaction (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Sep 16, 2024
1 parent f46c670 commit 1077e67
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ export class IntacctExportSettingsComponent implements OnInit {
if (brandingConfig.brandId==='fyle') {
this.cccExpenseGroupingDateOptions = IntacctExportSettingModel.getExpenseGroupingDateOptions();
this.cccExpenseGroupingDateOptions = ExportSettingModel.constructGroupingDateOptions(cccExportGroup, this.cccExpenseGroupingDateOptions);
if (this.exportSettingsForm?.value.cccExportType === IntacctCorporateCreditCardExpensesObject.CHARGE_CARD_TRANSACTION) {
this.setCCExpenseDateOptions(this.exportSettingsForm?.value.cccExportType);
}
}
});
}
Expand Down

0 comments on commit 1077e67

Please sign in to comment.