Explorar o código

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

huiwonseo %!s(int64=4) %!d(string=hai) anos
pai
achega
c8a41fd3e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>