-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoices - Bank account pop-up shows "undefined" instead of the bank currency #55675
Comments
Triggered auto assignment to @aldo-expensify ( |
Triggered auto assignment to @abekkala ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
🚨 Edited by proposal-police: This proposal was edited at 2025-01-24 01:29:00 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.The pop-up shows "undefined" instead of the bank currency. What is the root cause of that problem?We do not pass the account currency to generate description here:
causing it to be Lines 32 to 34 in b386ff5
What changes do you think we should make in order to solve the problem?Pass Lines 32 to 34 in b386ff5
We should check other places using 1 simple improvement is we can only show the account currency if it exists: Lines 32 to 34 in b386ff5
`${bankCurrency? `${bankCurrency} ${CONST.DOT_SEPARATOR} ` : ''}${translateLocal('paymentMethodList.accountLastFour')} ${account.accountNumber?.slice(-4)}` What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@MonilBhavsar @shubham1206agra @DylanDylann is this NAB b/c of the same beta as #55672 (comment)? |
@Beamanator This is a BE bug. Can you mark this internal? |
Feature is under beta, so not a blocker. I'll take a look |
@abekkala, @MonilBhavsar Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Working on this today |
@shubham1206agra this looks client side bug |
@abekkala, @MonilBhavsar, @shubham1206agra Huh... This is 4 days overdue. Who can take care of this? |
@shubham1206agra As mentioned here, I think we can combine @mkzie2 's idea in the PR It will help us prevent similar bugs in other cases |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.89-2
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, repro on both
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: iPhone 15 Pro Max / iOS 18.2
App Component: Workspace Settings
Action Performed:
Precondition:
Expected Result:
The pop-up will show the bank currency.
Actual Result:
The pop-up shows "undefined" instead of the bank currency.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6722183_1737667199659.ScreenRecording_01-24-2025_05-16-37_1.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @shubham1206agraThe text was updated successfully, but these errors were encountered: