Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 1142b13

Browse files
committed
Added field to confirmation form submission
1 parent 7fb1593 commit 1142b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/javascript/app/pages/cashier/payment_agent_withdraw.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ const PaymentAgentWithdraw = (() => {
195195
}
196196

197197
FormManager.init(view_ids.confirm, [
198-
{ request_field: 'paymentagent_loginid', value: request.paymentagent_loginid },
199198
{ request_field: 'amount', value: getNumberFormat(request.amount, request.currency) },
200199
{ request_field: 'currency', value: request.currency },
200+
{ request_field: 'description', value: request.description },
201+
{ request_field: 'paymentagent_loginid', value: request.paymentagent_loginid },
201202
{ request_field: 'paymentagent_withdraw', value: 1 },
202203
], true);
203204

0 commit comments

Comments
 (0)