You are here

function support_support_timer_client_report_alter in Support Ticketing System 6

Allow projects to be selected.

File

./support.module, line 3751
support.module

Code

function support_support_timer_client_report_alter(&$report) {
  $report->filters .= drupal_get_form('support_invoice_ui_form');
}