소스 검색

Merge branch 'databank' of http://wcollector.idatabank.com:5230/dbs289/LifeCenter into sudden

huiwonseo 4 년 전
부모
커밋
c8a41fd3e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/jsp/patient/edit.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/patient/edit.jsp

@@ -385,7 +385,7 @@ $( function(){
                                                             <option value="H" <c:if test="${patientData.state eq 'H'}">selected="selected"</c:if>>입소(지정)</option>
                                                             <option value="D" <c:if test="${patientData.state eq 'D'}">selected="selected"</c:if>>퇴소(해제)</option>
                                                             <option value="T" <c:if test="${patientData.state eq 'T'}">selected="selected"</c:if>>지정병원 이송</option>
-                                                            <option value="T" <c:if test="${patientData.state eq 'L'}">selected="selected"</c:if>>생치센터 이송</option>
+                                                            <option value="L" <c:if test="${patientData.state eq 'L'}">selected="selected"</c:if>>생치센터 이송</option>
                                                             <option value="S" <c:if test="${patientData.state eq 'S'}">selected="selected"</c:if>>자가격리</option>
                                                             <option value="E" <c:if test="${patientData.state eq 'E'}">selected="selected"</c:if>>기타</option>
                                                         </select>