From 88089d2187f0dc127180faf207ef15f323e7e1a2 Mon Sep 17 00:00:00 2001 From: Web Access Date: Thu, 25 Feb 2016 18:34:54 +0530 Subject: [PATCH] Warning fix --- CRM/Price/BAO/PriceSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/BAO/PriceSet.php b/CRM/Price/BAO/PriceSet.php index 726e222162..35f4262f46 100644 --- a/CRM/Price/BAO/PriceSet.php +++ b/CRM/Price/BAO/PriceSet.php @@ -1444,7 +1444,7 @@ GROUP BY mt.member_of_contact_id"; $dao = CRM_Core_DAO::executeQuery($query, $params); - //CRM-18050: Check count of price set fields which has been set with auto-renew option. + //CRM-18050: Check count of price set fields which has been set with auto-renew option. //If price set field is already present with auto-renew option then, it will restrict for adding another price set field with auto-renew option. if ($dao->N == 0) { return 0; -- 2.25.1