Skip to content
Snippets Groups Projects
BookkeepingExtra.mgd.php 799 B
Newer Older
  • Learn to ignore specific revisions
  • <?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_BookkeepingExtra',
        'entity' => 'ReportTemplate',
        'params' => 
        array (
          'version' => 3,
          'label' => 'BookkeepingExtra',
          'description' => 'BookkeepingExtra (cc.tadpole.additionalreports)',
          'class_name' => 'CRM_Additionalreports_Form_Report_BookkeepingExtra',
          'report_url' => 'cc.tadpole.additionalreports/bookkeepingextra',
          'component' => 'CiviContribute',
        ),
      ),
    );