Skip to content

Commit

Permalink
Merge pull request #42125 from gijoe0295/gijoe/41010
Browse files Browse the repository at this point in the history
fix: Expense merchant in transaction while splitting
  • Loading branch information
thienlnam authored May 14, 2024
2 parents 3755f52 + 9216267 commit 58cbe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function IOURequestStepAmount({
amount: backendAmount,
comment: '',
currency,
merchant: '',
merchant: CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT,
tag: '',
category: '',
created: transaction?.created ?? '',
Expand Down

0 comments on commit 58cbe04

Please sign in to comment.