Просмотр исходного кода

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

huiwonseo 4 лет назад
Родитель
Сommit
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>