이메일 수신여부 체크 오류 수정

This commit is contained in:
wyh 2023-10-13 14:41:15 +09:00
parent 616e0cbd82
commit 225e355794

View File

@ -549,7 +549,7 @@
<td>
<div class="radio_wrap">
<input type="radio" name="rpplEmailYn${chgId}" id="rpplEmailY${chgId}" ${list.rpplEmailYn eq 'Y' ? 'checked' : ''} value="Y" label="수신" checked="true"/>
<label for="rpplEmailYn${chgId}" class="label">수신</label>
<label for="rpplEmailY${chgId}" class="label">수신</label>
<input type="radio" name="rpplEmailYn${chgId}" id="rpplEmailN${chgId}" ${list.rpplEmailYn eq 'N' ? 'checked' : ''} value="N" label="수신하지 않음" />
<label for="rpplEmailN${chgId}" class="label">수신하지 않음</label>
</div>