From 335ca4d9fa67c0ac18c37ea595fd080d80106d15 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 11:14:34 +1200 Subject: [PATCH] CRM-15168 a few more titles --- xml/schema/Core/Country.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xml/schema/Core/Country.xml b/xml/schema/Core/Country.xml index ee24ff875f..bdfac28f11 100644 --- a/xml/schema/Core/Country.xml +++ b/xml/schema/Core/Country.xml @@ -7,6 +7,7 @@ 1.1 id + Country ID int unsigned true Country Id @@ -29,6 +30,7 @@ iso_code + Country ISO Code char 2 ISO Code @@ -36,6 +38,7 @@ country_code + Country Phone Prefix varchar 4 National prefix to be used when dialing TO this country. @@ -43,6 +46,7 @@ address_format_id + Address Format int unsigned Foreign key to civicrm_address_format.id. 3.2 @@ -55,6 +59,7 @@ idd_prefix + Outgoing Phone Prefix varchar 4 International direct dialing prefix from within the country TO another country @@ -62,6 +67,7 @@ ndd_prefix + Area Code varchar 4 Access prefix to call within a country to a different area @@ -69,6 +75,7 @@ region_id + Region int unsigned true Foreign key to civicrm_worldregion.id. @@ -82,6 +89,7 @@ is_province_abbreviated + Abbreviate Province? boolean 0 Should state/province be displayed as abbreviation for contacts from this country? -- 2.25.1