관리자 선결제 버튼 오류 수정
This commit is contained in:
parent
be6a0c3555
commit
d6e3919bd8
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user