From 16118599039401a68d2b6a280fbf66ef8ee4a46b Mon Sep 17 00:00:00 2001 From: Edsel Date: Wed, 22 Jul 2015 18:41:40 +0530 Subject: [PATCH] ICM-21 Removed whitespaces --- CRM/Financial/BAO/FinancialType.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Financial/BAO/FinancialType.php b/CRM/Financial/BAO/FinancialType.php index c24ab31cb6..c81e4b3e69 100644 --- a/CRM/Financial/BAO/FinancialType.php +++ b/CRM/Financial/BAO/FinancialType.php @@ -116,9 +116,9 @@ class CRM_Financial_BAO_FinancialType extends CRM_Financial_DAO_FinancialType { if (self::isACLFinancialTypeStatus()) { $prevName = CRM_Core_DAO::getFieldValue('CRM_Financial_DAO_FinancialType', $financialType->id, 'name'); if ($prevName != $params['name']) { - CRM_Core_Session::setStatus(ts("Changing the name of a Financial Type will result in losing the current permissions associated with that Financial Type. - Before making this change you should likely note the existing permissions at Administer > Users and Permissions > Permissions (Access Control), - then clicking the Access Control link for your Content Management System, then noting down the permissions for 'CiviCRM: {financial type name} view', etc. + CRM_Core_Session::setStatus(ts("Changing the name of a Financial Type will result in losing the current permissions associated with that Financial Type. + Before making this change you should likely note the existing permissions at Administer > Users and Permissions > Permissions (Access Control), + then clicking the Access Control link for your Content Management System, then noting down the permissions for 'CiviCRM: {financial type name} view', etc. Then after making the change of name, reset the permissions to the way they were."), ts('Warning'), 'warning'); } } -- 2.25.1