CRM-16189, added function to validate financial type (#8570)
authorPradeep Nayak <pradpnayak@gmail.com>
Mon, 27 Jun 2016 14:54:33 +0000 (20:24 +0530)
committercolemanw <coleman@civicrm.org>
Mon, 27 Jun 2016 14:54:33 +0000 (10:54 -0400)
commit05881808634434025c9a7db63c192c8b871b5412
treecdd26b85fd7c656c76ab057a094854aefd04275b
parentf520f7f166988e5937e47e7090d50b1d790bed96
CRM-16189, added function to validate financial type (#8570)

* CRM-16189, added function to validate financial type

----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189

Conflicts:

CRM/Financial/BAO/FinancialAccount.php

* CRM-16189 Added unit test for ValidateFinancialType

----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189

Conflicts:

tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php

* CRM-16189, fixed stylings

----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189

Conflicts:

CRM/Financial/BAO/FinancialAccount.php

* --CRM-16189, updated code and removed unwanted checks

* CRM-16189, updated class name

----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189

* --CRM-16189, fixed array indentation

* --CRM-16189, removed conflicts

* --CRM-16189, fixed return value to use it as bool
CRM/Financial/BAO/FinancialAccount.php
tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php