Skip to content

Commit

Permalink
Set tag, category, and billable when editing a split bill
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Feb 17, 2024
1 parent 91ea979 commit 7455306
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 7455306

Please sign in to comment.