Browse Source

branch name show

feature/19315_Customer-Registration-new
Dinesh 10 months ago
parent
commit
5ed570a214
  1. 2
      CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml

2
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') {

Loading…
Cancel
Save