From 1f676e9230279921759a3694d378d88501f44c5c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 7 Jan 2015 16:52:56 +1300 Subject: [PATCH] comment fix --- CRM/Member/Form/MembershipRenewal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index 7eff46e7eb..09df2e856f 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -685,7 +685,7 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; ); //CRM-11529 for quick config backoffice transactions //when financial_type_id is passed in form, update the - //lineitems with the financial type selected in form + //line items with the financial type selected in form if ($submittedFinancialType = CRM_Utils_Array::value('financial_type_id', $formValues)) { foreach ($lineItem[$priceSetId] as &$li) { $li['financial_type_id'] = $submittedFinancialType; -- 2.25.1