]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Must be countryPhoneCode (49 for Germany, ...) and not countryCode (DE for Germany...
authorRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2017 21:12:27 +0000 (23:12 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2017 21:12:27 +0000 (23:12 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/admin/business_basic_data/admin_form_business_basic_data.tpl

index b7948ff7e7cbe159e5e6626eb3f9c54a0767bd40..28542ff6719e290ab420a03419cfa963e22c8a8c 100644 (file)
                                        <h:selectOneMenu styleClass="select right_space" id="landLineCountryCode" value="#{adminBusinessDataController.landLineCountry}">
                                                <f:converter converterId="CountryConverter" />
                                                <f:selectItem itemValue="" itemLabel="#{msg.NONE_SELECTED}" />
-                                               <f:selectItems value="#{countryController.allCountries()}" var="country" itemValue="#{country}" itemLabel="#{country.countryAbroadDialPrefix}#{country.countryCode}" />
+                                               <f:selectItems value="#{countryController.allCountries()}" var="country" itemValue="#{country}" itemLabel="#{country.countryAbroadDialPrefix}#{country.countryPhoneCode}" />
                                        </h:selectOneMenu>
 
                                        <h:inputText styleClass="input right_space" id="landLineAreaCode" size="5" maxlength="10" value="#{adminBusinessDataController.landLineAreaCode}">