Skip to content

Commit

Permalink
Merge pull request #2 from joemcl/joemcl-patch-2
Browse files Browse the repository at this point in the history
Fixed spelling of 'memebership' in 625
  • Loading branch information
joemcl committed Jul 21, 2015
2 parents 9920ea1 + fd4b929 commit 7329bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Batch/Form/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ private function processMembership(&$params) {
'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));

Expand Down

0 comments on commit 7329bf6

Please sign in to comment.