From e486d6184b5e98e3f0d219219bef52c5cc5ca3ec Mon Sep 17 00:00:00 2001 From: gagan Date: Wed, 19 Aug 2020 10:58:10 +0000 Subject: [PATCH] --- JMEAgentSystem/Scripts/SendTxnJs/SendMoneyRequest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JMEAgentSystem/Scripts/SendTxnJs/SendMoneyRequest.js b/JMEAgentSystem/Scripts/SendTxnJs/SendMoneyRequest.js index e34de8d..fcdc4cc 100644 --- a/JMEAgentSystem/Scripts/SendTxnJs/SendMoneyRequest.js +++ b/JMEAgentSystem/Scripts/SendTxnJs/SendMoneyRequest.js @@ -860,8 +860,9 @@ function ValidateDetails() { return false } } + debugger $("#" + mId + "hddPmode").val(pMode); - $("#" + mId + "hddPagent").val(pgent); + $("#" + mId + "hddPagent").val(pAgent); $("#" + mId + "hddpBranch").val(pbranch); return true; }