Skip to content

Commit

Permalink
xero CCC grouping options fix (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT authored Apr 22, 2024
1 parent aa3d13f commit 18a2473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class XeroExportSettingModel {
static getCCCExpenseStateOptions(): SelectFormOption[] {
return [
{
label: 'Payment Processing',
label: 'Approved',
value: XeroCCCExpenseState.APPROVED
},
{
Expand Down

0 comments on commit 18a2473

Please sign in to comment.