Skip to content

Commit

Permalink
make taxes disabled on first connection to QBO
Browse files Browse the repository at this point in the history
  • Loading branch information
lakchote committed Jul 9, 2024
1 parent 993f806 commit f3774aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ function ConnectToQuickbooksOnlineButton({
setIsDisconnectModalOpen(true);
return;
}
// Since QBO doesn't support Taxes, we should disable them from the LHN when connecting to QBO
PolicyAction.enablePolicyTaxes(policyID, false);
setWebViewOpen(true);
}}
text={translate('workspace.accounting.setup')}
Expand Down

0 comments on commit f3774aa

Please sign in to comment.