Skip to content
Snippets Groups Projects
Unverified Commit 49910b8d authored by mattwire's avatar mattwire Committed by GitHub
Browse files

Merge pull request #18738 from eileenmcnaughton/lines

#2115 remove reference to financialACLs in bounce
parents 6ba1f018 85e3b778
Branches
Tags
No related merge requests found
......@@ -470,8 +470,7 @@ class CRM_Member_Form_Membership extends CRM_Member_Form {
$selOrgMemType[0][0] = $selMemTypeOrg[0] = ts('- select -');
// Throw status bounce when no Membership type or priceset is present
if (CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()
&& empty($this->allMembershipTypeDetails) && empty($priceSets)
if (empty($this->allMembershipTypeDetails) && empty($priceSets)
) {
CRM_Core_Error::statusBounce(ts('You do not have all the permissions needed for this page.'));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment