From fd4b929326ae78953286f073514de9814d023553 Mon Sep 17 00:00:00 2001 From: Joe McLaughlin Date: Tue, 21 Jul 2015 16:49:19 -0400 Subject: [PATCH] Fixed spelling of 'memebership' in 625 --- CRM/Batch/Form/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Batch/Form/Entry.php b/CRM/Batch/Form/Entry.php index 9baf89a4fd..688fa27c08 100755 --- a/CRM/Batch/Form/Entry.php +++ b/CRM/Batch/Form/Entry.php @@ -622,7 +622,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form { 'reminder_date', ); - // get the price set associated with offline memebership + // get the price set associated with offline membership $priceSetId = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', 'default_membership_type_amount', 'id', 'name'); $this->_priceSet = $priceSets = current(CRM_Price_BAO_PriceSet::getSetDetail($priceSetId)); -- 2.25.1