]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/admin/employee/admin_form_employee_data.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / employee / admin_form_employee_data.tpl
index 1d42dbe8c1981a46a55d5863439c14cb12041046..85c42867b7793df3dc2a2a4452e5782175b05ae8 100644 (file)
@@ -78,7 +78,7 @@
                                <f:selectItem itemValue="#{null}" itemLabel="#{msg.NONE_SELECTED}" />
 
                                <f:selectItems
-                                       value="#{contactController.allContacts()}"
+                                       value="#{contactListController.allContacts}"
                                        var="contact"
                                        itemValue="#{contact}"
                                        itemLabel="#{beanHelper.renderContact(contact)}"