Skip to content

Commit

Permalink
expose xero and netsuite in c1 production (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Jul 23, 2024
1 parent 6a28b53 commit 8cfea34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/branding/expose-app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export const exposeAppConfig: AllowedAppsConfiguration = {
QBO: true,
BUSINESS_CENTRAL: false,
TRAVELPERK: false,
XERO: false,
NETSUITE: false,
XERO: true,
NETSUITE: true,
QBD: false,
BAMBOO: false
}
Expand Down

0 comments on commit 8cfea34

Please sign in to comment.