You are here

function support_pm_support_timer_client_report_alter in Support Ticketing System 7

Same name and namespace in other branches
  1. 6 support_pm/support_pm.module \support_pm_support_timer_client_report_alter()

Allow projects to be selected.

File

support_pm/support_pm.module, line 360
Support Project Management. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_pm_support_timer_client_report_alter(&$report) {
  $report->filters .= drupal_render(drupal_get_form('support_pm_invoice_ui_form'));
}