From 921626770d771c85fde60ba883ffde18a4ff2be5 Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Tue, 14 May 2024 08:59:44 +0700 Subject: [PATCH] fix: Expense merchant in transaction while splitting --- src/pages/iou/request/step/IOURequestStepAmount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/request/step/IOURequestStepAmount.tsx b/src/pages/iou/request/step/IOURequestStepAmount.tsx index b320766edd7a..06ef4ab27574 100644 --- a/src/pages/iou/request/step/IOURequestStepAmount.tsx +++ b/src/pages/iou/request/step/IOURequestStepAmount.tsx @@ -201,7 +201,7 @@ function IOURequestStepAmount({ amount: backendAmount, comment: '', currency, - merchant: '', + merchant: CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, tag: '', category: '', created: transaction?.created ?? '',