View | Details | Raw Unified | Return to bug 6258
Collapse All | Expand All

(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 621-627 sub header_cell_loop { Link Here
621
}
621
}
622
622
623
foreach (1..6) {
623
foreach (1..6) {
624
    $template->param('build' . $_) and $template->param(buildx => $_) and last;
624
     $template->{VARS}->{'build' . $_} and $template->{VARS}->{'buildx' . $_} and last;
625
}
625
}
626
$template->param(   'referer' => $input->referer(),
626
$template->param(   'referer' => $input->referer(),
627
                    'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(),
627
                    'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(),
628
- 

Return to bug 6258