From 7d68b2a33d7d7af4d2fe026cf9eddb86e8f704b9 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 24 Jun 2016 20:09:09 +0530 Subject: [PATCH] --CRM-16189, fixed styling --- CRM/Financial/BAO/FinancialAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Financial/BAO/FinancialAccount.php b/CRM/Financial/BAO/FinancialAccount.php index fcd146be46..e96c1ea619 100644 --- a/CRM/Financial/BAO/FinancialAccount.php +++ b/CRM/Financial/BAO/FinancialAccount.php @@ -328,7 +328,7 @@ LIMIT 1"; array_search('Liability', $financialAccountType), ) ), - 'Text' + 'Text', ), ); $result = CRM_Core_DAO::singleValueQuery($sql, $params); -- 2.25.1