이호영 이호영 05-15
세금계산서 발행 등록 > 자동발행 디폴트 수정
@15c15a997dba8da63d0796192d9ffe1762541414
src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp
--- src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp
@@ -530,10 +530,15 @@
 		                                <tr>
 		                                    <th scope="row"><span class="essential">*</span>자동발행여부</th>
 		                                    <td class="send_cf">
-		                                        <input id="radio1" type="radio" name="taxRadio1" value="B" <c:if test="${mberManageVO.taxbillAuto eq 'B'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
-		                                        <label for="radio1">자동발행</label>
-		                                        <input id="radio2" type="radio" name="taxRadio1" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'C' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
-		                                        <label for="radio2">발행하지 않음</label>
+												<input id="radio1" type="radio" name="taxRadio1" value="B" checked="checked" onchange="taxbillCheck(this);">
+												<label for="radio1">자동발행</label>
+												<input id="radio2" type="radio" name="taxRadio1" value="N" onchange="taxbillCheck(this);">
+												<label for="radio2">발행하지 않음</label>
+
+												<%--<input id="radio1" type="radio" name="taxRadio1" value="B" <c:if test="${mberManageVO.taxbillAuto eq 'B'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
+												<label for="radio1">자동발행</label>
+												<input id="radio2" type="radio" name="taxRadio1" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'C' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
+												<label for="radio2">발행하지 않음</label>--%>
 		                                        <span class="reqTxt6"><span class="vMiddle">*</span> 날짜 소급적용 불가</span>
 		                                    </td>
 		                                </tr>
@@ -588,9 +593,9 @@
 		                                <tr>
 		                                    <th scope="row"><span class="essential">*</span>자동발행여부</th>
 		                                    <td class="send_cf">
-		                                        <input id="radio1_1" type="radio" name="taxRadio2" value="C" <c:if test="${mberManageVO.taxbillAuto eq 'C'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
+		                                        <input id="radio1_1" type="radio" name="taxRadio2" value="C" checked="checked" onchange="taxbillCheck(this);">
 		                                        <label for="radio1_1">자동발행</label>
-		                                        <input id="radio2_1" type="radio" name="taxRadio2" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'B' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
+		                                        <input id="radio2_1" type="radio" name="taxRadio2" value="N" onchange="taxbillCheck(this);">
 		                                        <label for="radio2_1">발행하지 않음</label>
 		                                        <span class="reqTxt6"><span class="vMiddle">*</span> 날짜 소급적용 불가</span>
 		                                    </td>
Add a comment
List