Skip to content

Commit dbb9b8a

Browse files
authored
Merge pull request Expensify#67963 from Expensify/jules-fixExpenseColumnPadding
Fix missing to field for first invoice
2 parents fad9174 + f582419 commit dbb9b8a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/libs/SearchUIUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,7 @@ function getColumnsToShow(data: OnyxTypes.SearchResults['data'] | OnyxTypes.Tran
13681368
[CONST.REPORT.TRANSACTION_LIST.COLUMNS.TAG]: false,
13691369
[CONST.REPORT.TRANSACTION_LIST.COLUMNS.COMMENTS]: true,
13701370
[CONST.REPORT.TRANSACTION_LIST.COLUMNS.TOTAL_AMOUNT]: true,
1371+
[CONST.REPORT.TRANSACTION_LIST.COLUMNS.ACTION]: false,
13711372
}
13721373
: {
13731374
[CONST.SEARCH.TABLE_COLUMNS.RECEIPT]: true,

src/libs/actions/IOU.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,8 @@ function buildOnyxDataForInvoice(invoiceParams: BuildOnyxDataForInvoiceParams):
23852385
const searchUpdate = getSearchOnyxUpdate({
23862386
transaction,
23872387
participant,
2388+
iouReport: iou.report,
2389+
policy: policyParams.policy,
23882390
isInvoice: true,
23892391
transactionThreadReportID: transactionParams.threadReport.reportID,
23902392
});

0 commit comments

Comments
 (0)