Kaynağa Gözat

Merge remote-tracking branch 'TSIT/ST24PRJ-680' into develop

card007 4 yıl önce
ebeveyn
işleme
c94ffe54d5

+ 1 - 1
src/main/webapp/WEB-INF/views/customer/CustomerDetailForm.html

@@ -1308,7 +1308,7 @@
 		$.get('/customer/account/info/' + custNo, function(result) {
 			if (!gagajf.isNull(result)) {
 				let refundAccount = result.bankNm + ' / ' + result.accountNo + ' / ' + result.accountNm
-						+ ' (' + result.regNm + ', ' + result.regDt + ')';
+						+ ' (' + result.updNm + ', ' + result.updDt + ')';
 				$('#refundAccount').text(refundAccount);
 				
 				$('#divRefundAccountTxt').show();