fetch()) { $count++; $url = CRM_Utils_System::url('civicrm/admin/price/field', [ 'reset' => 1, 'action' => 'browse', 'sid' => $dao->ps_id, ]); $html .= "$dao->ps_title$dao->psf_labelView Price Set Fields"; } if ($count > 0) { $msg = "

the following Price Set Fields use disabled or invalid financial types and need to be fixed if they are to still be used.

$html
Price SetPrice Set FieldAction Link

"; $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, ts($msg), ts('Invalid Price Fields'), \Psr\Log\LogLevel::WARNING, 'fa-lock' ); } return $messages; } }