diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml index e9fa2f9..7f835f8 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml @@ -741,7 +741,7 @@ //$('#Branch').text(data.bankLocation); $('#relationship').text(data.relationship); $('#country').text(data.country); - $('#acountNumber').text(data.receiverAccountNumber); + //$('#acountNumber').text(data.receiverAccountNumber); // if (data.paymentMode === '1') {