From a944614aa59239e601fc5fba22ecbd233f3f29fe Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Wed, 11 Sep 2024 10:43:54 +0700 Subject: [PATCH] fix: submit expense via QAB inconsistency --- src/pages/iou/request/step/IOURequestStepAmount.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/iou/request/step/IOURequestStepAmount.tsx b/src/pages/iou/request/step/IOURequestStepAmount.tsx index 069f86ce08992..a03c40e8c1f37 100644 --- a/src/pages/iou/request/step/IOURequestStepAmount.tsx +++ b/src/pages/iou/request/step/IOURequestStepAmount.tsx @@ -227,7 +227,7 @@ function IOURequestStepAmount({ backendAmount, currency, transaction?.created ?? '', - '', + CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, currentUserPersonalDetails.login, currentUserPersonalDetails.accountID, participants[0], @@ -242,7 +242,7 @@ function IOURequestStepAmount({ backendAmount, currency ?? 'USD', transaction?.created ?? '', - '', + CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, currentUserPersonalDetails.login, currentUserPersonalDetails.accountID, participants[0],