Merge pull request #19525 from eileenmcnaughton/member_soft
[civicrm-core.git] / xml / schema / Financial / EntityFinancialTrxn.xml
index 653fc792d5d61bd4705ce81d6a6214248d216821..dd40409bd9087b62b90cb84cdf866dced653c53c 100644 (file)
@@ -5,12 +5,16 @@
   <class>EntityFinancialTrxn</class>
   <name>civicrm_entity_financial_trxn</name>
   <add>3.2</add>
+  <component>CiviContribute</component>
   <field>
     <name>id</name>
     <title>Entity Financial Transaction ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>3.2</add>
   </field>
   <primaryKey>
   </dynamicForeignKey>
   <field>
     <name>financial_trxn_id</name>
-    <title>Financial Transaction Id</title>
+    <title>Financial Transaction ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Financial Transaction</label>
+    </html>
     <add>3.2</add>
   </field>
   <foreignKey>
     <comment>allocated amount of transaction to this entity</comment>
     <add>3.2</add>
   </field>
-  <field>
-    <name>currency</name>
-    <type>varchar</type>
-    <length>3</length>
-    <default>NULL</default>
-    <comment>3 character string, value from config setting or input via user.</comment>
-    <add>3.2</add>
-    <drop>4.3</drop>
-  </field>
   <index>
     <name>UI_entity_financial_trxn_entity_table</name>
     <fieldName>entity_table</fieldName>