You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number: 9.1.13-0 Reproducible in staging?: Y Reproducible in production?: Y If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y If this was caught during regression testing, add the test name, ID and link from TestRail: N/A Issue reported by: Applause - Internal Team
return`${currencySymbol}${formattedRate} / ${useShortFormUnit ? unit : singularDistanceUnit}`;
return `${convertAmountToDisplayString(rate, currency)} / ${useShortFormUnit ? unit : singularDistanceUnit}`;
And we also need to BE update merchant field in transaction Onyx
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?
None
What alternative solutions did you explore? (Optional)
We can consider setting MIN_TAX_RATE_DECIMAL_PLACES to 1
Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job.
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.1.13-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
In expense preview,reports,receipt & in details page distance must be displayed in a consistent way
Actual Result:
In expense preview,reports&receipt, distance is displayed as 34621.1/mi but in expense details page distance shown as 34621.10/mi.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6770665_1741960786412.Screenrecorder-2025-03-14-19-19-48-104.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: