-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: distance - share with accountant #51517
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
Changes from 1 commit
55b0924
f98e925
1543a0d
7c2714f
95e8885
9437393
2188485
9922718
d2d90cf
5061029
b7c2d0e
9ede66f
fe7349a
6170eac
f0ba116
0858c35
edfb777
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,10 @@ | |
const reportActionOriginalMessage = ReportActionsUtils.getOriginalMessage(reportAction); | ||
const policyID = ReportConnection.getAllReports()?.[`${ONYXKEYS.COLLECTION.REPORT}${reportID}`]?.policyID ?? '-1'; | ||
|
||
if (reportActionOriginalMessage?.movedToReportID) { | ||
return "Moved this expense"; // todo: copy needed | ||
Check failure on line 143 in src/libs/ModifiedExpenseMessage.ts
|
||
} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @neil-marcellini could we please request a copy for this action? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't we already have a message like this when moving a manual expense for example? Can we use the same copy? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @neil-marcellini no, the fallback is shown for those expenses as well: ![]() |
||
|
||
const removalFragments: string[] = []; | ||
const setFragments: string[] = []; | ||
const changeFragments: string[] = []; | ||
|
Uh oh!
There was an error while loading. Please reload this page.