Add more schema titles
[civicrm-core.git] / xml / schema / Financial / Currency.xml
index 19c5a24fcdd9703fb9a080a9bafc125ca79d0889..28060cd1c20f3ceb5a7f5cd363f5c08449f67b10 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Currency ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Currency Id</comment>
@@ -31,6 +32,7 @@
   </field>
   <field>
     <name>symbol</name>
+    <title>Currency Symbol</title>
     <type>varchar</type>
     <length>8</length>
     <comment>Currency Symbol</comment>
@@ -41,6 +43,7 @@
   </field>
   <field>
     <name>numeric_code</name>
+    <title>Currency Numeric Code</title>
     <type>varchar</type>
     <length>3</length>
     <import>true</import>
@@ -49,6 +52,7 @@
   </field>
   <field>
     <name>full_name</name>
+    <title>Full Currency Name</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Full currency name</comment>