]> git.mxchange.org Git - jfinancials-war.git/commitdiff
opps, countryCode is DE for Germany, but I need 49 (phoneCode) here.
authorRoland Häder <roland@mxchange.org>
Tue, 25 Jul 2017 20:17:48 +0000 (22:17 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 25 Jul 2017 20:17:48 +0000 (22:17 +0200)
web/WEB-INF/templates/admin/contact_business/admin_form_contact_business_data.tpl

index f4111648b0cf98a6fc41ee96b0e55fb3fb067b58..a64e17d96dad00286da207f7ac814da0b65f585a 100644 (file)
@@ -83,7 +83,7 @@
                                        <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}">