Merge pull request #8066 from totten/master-alter-menu-rb
[civicrm-core.git] / xml / schema / Price / LineItem.xml
index cea603e8d74da5633c23ff46ed0529415a0e396b..000f891a93b2962019ae5b86988afb79333d050a 100644 (file)
@@ -92,7 +92,7 @@
   <field>
     <name>qty</name>
     <title>Line Item Quantity</title>
-    <type>int unsigned</type>
+    <type>decimal</type>
     <required>true</required>
     <comment>How many items ordered</comment>
     <add>1.7</add>
   </field>
   <field>
     <name>tax_amount</name>
+    <title>Tax Amount</title>
     <type>decimal</type>
     <import>true</import>
     <headerPattern>/tax(.?am(ou)?nt)?/i</headerPattern>
     <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
     <comment>tax of each item</comment>
-    <add>4.5</add>
+    <add>4.6</add>
     <html>
      <type>Text</type>
    </html>