관리자 선결제 버튼 오류 수정

This commit is contained in:
rosewiper 2023-11-07 17:27:38 +09:00
parent be6a0c3555
commit d6e3919bd8

View File

@ -3291,11 +3291,11 @@ function kakaoATDelayCancel(msgGroupId){
<tr>
<th>
보유 캐시 잔액
<button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button><button type="button" class="thinfill">선결제</button>
<button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button>
<%-- B선 회원 선결제 버튼 처리 --%>
<c:if test="${mberManageVO.blineCode ne 'N'}">
<button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
<button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
</c:if>
</th>
<td>
@ -3683,7 +3683,7 @@ function kakaoATDelayCancel(msgGroupId){
<%-- B선 회원 선결제 버튼 처리 --%>
<c:if test="${mberManageVO.blineCode ne 'N'}">
<button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
<button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
</c:if>
</th>
<td>