File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4704,6 +4704,7 @@ function getUpdateMoneyRequestParams(params: GetUpdateMoneyRequestParamsType): U
47044704 const hasModifiedReimbursable = 'reimbursable' in transactionChanges;
47054705 const hasModifiedTaxCode = 'taxCode' in transactionChanges;
47064706 const hasModifiedDate = 'date' in transactionChanges;
4707+ const hasModifiedMerchant = 'merchant' in transactionChanges;
47074708
47084709 const isInvoice = isInvoiceReportReportUtils(iouReport);
47094710 if (
@@ -4715,6 +4716,7 @@ function getUpdateMoneyRequestParams(params: GetUpdateMoneyRequestParamsType): U
47154716 (hasModifiedTag ||
47164717 hasModifiedCategory ||
47174718 hasModifiedComment ||
4719+ hasModifiedMerchant ||
47184720 hasModifiedDistanceRate ||
47194721 hasModifiedDate ||
47204722 hasModifiedCurrency ||
You can’t perform that action at this time.
0 commit comments