Skip to content

Commit

Permalink
Merge pull request #36759 from paultsimura/fix/36237-split-tag
Browse files Browse the repository at this point in the history
fix: Set tag, category, and billable when editing a split bill
  • Loading branch information
danieldoglas authored Feb 20, 2024
2 parents a9d1683 + 7455306 commit 30a3334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,10 @@ function completeSplitBill(chatReportID: string, reportAction: OnyxTypes.ReportA
updatedTransaction.modifiedMerchant,
{...updatedTransaction.receipt, state: CONST.IOU.RECEIPT_STATE.OPEN},
updatedTransaction.filename,
undefined,
updatedTransaction.category,
updatedTransaction.tag,
updatedTransaction.billable,
);

const oneOnOneCreatedActionForChat = ReportUtils.buildOptimisticCreatedReportAction(currentUserEmailForIOUSplit);
Expand Down

0 comments on commit 30a3334

Please sign in to comment.