Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Contribute / Product.xml
index 2f3ec72ec3771ca5197b3ce25867b7141263aeb3..e24dbe28eaf191745e2f2401e3dd411f9a421285 100644 (file)
@@ -7,11 +7,16 @@
   <name>civicrm_product</name>
   <add>1.4</add>
   <log>true</log>
+  <component>CiviContribute</component>
+  <labelField>name</labelField>
   <field>
     <name>id</name>
     <title>Product ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <html>
+      <type>Number</type>
+    </html>
     <add>1.4</add>
   </field>
   <primaryKey>
@@ -89,7 +94,8 @@
       <table>civicrm_currency</table>
       <keyColumn>name</keyColumn>
       <labelColumn>full_name</labelColumn>
-      <nameColumn>numeric_code</nameColumn>
+      <nameColumn>name</nameColumn>
+      <abbrColumn>symbol</abbrColumn>
     </pseudoconstant>
     <html>
       <type>Select</type>