From 9fd7388ceabdafd841e694548aa20f1569c286de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucien=20Akchot=C3=A9?= Date: Tue, 8 Sep 2026 20:04:25 +0200 Subject: [PATCH 1/2] remove dualentry beta constant --- src/CONST/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CONST/index.ts b/src/CONST/index.ts index c52a0388f98d..aa8313126651 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -1057,7 +1057,6 @@ const CONST = { NEW_MANUAL_EXPENSE_FLOW: 'newManualExpenseFlow', BULK_SUBMIT_APPROVE_PAY: 'bulkSubmitApprovePay', VENDOR_MATCHING: 'vendorMatching', - DUALENTRY: 'dualEntry', BUSINESS_CENTRAL: 'businessCentral', RULES_REVAMP: 'rulesRevamp', COMMUTER_EXCLUSIONS: 'commuterExclusions', From 8f20b1d8ce0a3737212d08e0b26176e25ff75761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucien=20Akchot=C3=A9?= Date: Tue, 8 Sep 2026 20:04:48 +0200 Subject: [PATCH 2/2] show dualentry without beta enrollment --- .../workspace/accounting/PolicyAccountingPage.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/pages/workspace/accounting/PolicyAccountingPage.tsx b/src/pages/workspace/accounting/PolicyAccountingPage.tsx index 5a9dbb2ac3b4..69c6a17c41a9 100644 --- a/src/pages/workspace/accounting/PolicyAccountingPage.tsx +++ b/src/pages/workspace/accounting/PolicyAccountingPage.tsx @@ -135,17 +135,7 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) { const [cardLists] = useCardsLists(); const connectionSyncStage = connectionSyncProgress?.stageInProgress; - const canUseDualEntryIntegration = isBetaEnabled(CONST.BETAS.DUALENTRY) || !!policy?.connections?.dualEntry; - const accountingIntegrations = useMemo( - () => - CONST.POLICY.CONNECTIONS.ACCOUNTING_CONNECTION_NAMES.filter((name) => { - if (name === CONST.POLICY.CONNECTIONS.NAME.DUALENTRY) { - return canUseDualEntryIntegration; - } - return true; - }), - [canUseDualEntryIntegration], - ); + const accountingIntegrations = CONST.POLICY.CONNECTIONS.ACCOUNTING_CONNECTION_NAMES; const accountingIntegrationOptions = useMemo( () => accountingIntegrations.flatMap((name) => [