Skip to content
Snippets Groups Projects
Commit d544ffee authored by Pradeep Nayak's avatar Pradeep Nayak
Browse files

--worked on CRA-12501, changed length/values for tax_rate from 9,8 to 10,8

----------------------------------------
* CRM-12501: Financial Account Tax > 10 causes error
  http://issues.civicrm.org/jira/browse/CRM-12501
parent 41d4b116
Branches
No related tags found
No related merge requests found
-- CRM-12501
ALTER TABLE civicrm_financial_account CHANGE `tax_rate` `tax_rate` DECIMAL( 10, 8 ) NULL DEFAULT NULL COMMENT 'The percentage of the total_amount that is due for this tax.';
......@@ -116,7 +116,7 @@
<field>
<name>tax_rate</name>
<type>decimal</type>
<length>9,8</length>
<length>10,8</length>
<comment>The percentage of the total_amount that is due for this tax.</comment>
<add>4.3</add>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment