Skip to content

Commit

Permalink
Merge pull request #15037 from demeritcowboy/fin-account-limbo
Browse files Browse the repository at this point in the history
dev/financial#65 - Revert recent changes that cause financial account edit form to be blank
  • Loading branch information
eileenmcnaughton authored Aug 14, 2019
2 parents 530fa05 + 7fe6eca commit 4a2e07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Financial/BAO/FinancialAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct() {
*
* @return CRM_Financial_BAO_FinancialAccount
*/
public static function retrieve(&$params, $defaults = []) {
public static function retrieve(&$params, &$defaults = []) {
$financialAccount = new CRM_Financial_DAO_FinancialAccount();
$financialAccount->copyValues($params);
if ($financialAccount->find(TRUE)) {
Expand Down

0 comments on commit 4a2e07f

Please sign in to comment.