Skip to content
Snippets Groups Projects
Commit 12f06712 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

add note to Event Participant report. Line 389 add CRM_Core_DAO_Note to get...

add note to Event Participant report.   Line 389 add CRM_Core_DAO_Note to get Column, Line 553 add civicrm_note to SQL query join to participant on civicrm_participant.id = civicrm_note.entity_id and entity.table = civicrm_participant  Compatible with 4.7
parent 20a46408
No related branches found
No related tags found
No related merge requests found
<?php
// This file declares a managed database record of type "ReportTemplate".
// The record will be automatically inserted, updated, or deleted from the
// database as appropriate. For more details, see "hook_civicrm_managed" at:
// http://wiki.civicrm.org/confluence/display/CRMDOC42/Hook+Reference
return array (
0 =>
array (
'name' => 'CRM_Additionalreports_Form_Report_EventExtra',
'entity' => 'ReportTemplate',
'params' =>
array (
'version' => 3,
'label' => 'EventExtra',
'description' => 'EventExtra (cc.tadpole.additionalreports)',
'class_name' => 'CRM_Additionalreports_Form_Report_EventExtra',
'report_url' => 'cc.tadpole.additionalreports/eventextra',
'component' => 'CiviEvent',
),
),
);
This diff is collapsed.
{*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2017 |
+--------------------------------------------------------------------+
| This file is a part of CiviCRM. |
| |
| CiviCRM is free software; you can copy, modify, and distribute it |
| under the terms of the GNU Affero General Public License |
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
| |
| CiviCRM is distributed in the hope that it will be useful, but |
| WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| See the GNU Affero General Public License for more details. |
| |
| You should have received a copy of the GNU Affero General Public |
| License and the CiviCRM Licensing Exception along |
| with this program; if not, contact CiviCRM LLC |
| at info[AT]civicrm[DOT]org. If you have questions about the |
| GNU Affero General Public License or the licensing of CiviCRM, |
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
{literal}
<script type="text/javascript">
CRM.$(function($) {
$('#birth_date_from, #birth_date_to').attr({startOffset: '200', endoffset: '0'});
});
</script>
{/literal}
{include file="CRM/Report/Form.tpl"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment