浏览代码

Death certificate uses censusEntry Condition for Marital Status

Andrew Grant 4 月之前
父节点
当前提交
2f2a0be7c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/templates/certificates/deathCertificate/form.html

+ 1 - 1
src/main/resources/templates/certificates/deathCertificate/form.html

@@ -249,7 +249,7 @@
                         <select id="maritalStatus" style="width: 200px;" name="maritalStatus"
                                 th:field="*{maritalStatus}">
                             <option th:value="${''}" th:text="${''}"></option>
-                            <option th:each="value : ${T(scot.carricksoftware.grants.enums.certificates.MaritalStatus).values()}"
+                            <option th:each="value : ${T(scot.carricksoftware.grants.enums.censusentry.CensusEntryCondition).values()}"
                                     th:value="${value}" th:text="${value.label}"></option>
                         </select>
                     </div>