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; }