From 8c1ff9cc464bbd2cf7dfa640d3d9538e39edc504 Mon Sep 17 00:00:00 2001 From: Edsel Date: Mon, 13 Jul 2015 16:26:17 +0530 Subject: [PATCH] ICM-19 Fixed function not found --- CRM/Event/Form/EventFees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/EventFees.php b/CRM/Event/Form/EventFees.php index 9fa165118f..d971fa884e 100644 --- a/CRM/Event/Form/EventFees.php +++ b/CRM/Event/Form/EventFees.php @@ -419,7 +419,7 @@ SELECT id, html_type ); // Check permissions for financial type first - CRM_Financial_BAO_FinancialType::addFinancialTypes($financialTypes); + CRM_Financial_BAO_FinancialType::getAvailableFinancialTypes($financialTypes, 'add'); $form->add('select', 'financial_type_id', ts('Financial Type'), -- 2.25.1