Bug 6258 - Guided reports wizard 'Build new' brings up empty page
Patch fixes a TT error that caused Build New to be empty. To test: Click More -> Reports, you should see the welcome page and be able to step through creating the report. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
b65f6d0a99
commit
14364d9866
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ sub header_cell_loop {
|
|||
}
|
||||
|
||||
foreach (1..6) {
|
||||
$template->param('build' . $_) and $template->param(buildx => $_) and last;
|
||||
$template->{VARS}->{'build' . $_} and $template->{VARS}->{'buildx' . $_} and last;
|
||||
}
|
||||
$template->param( 'referer' => $input->referer(),
|
||||
'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(),
|
||||
|
|
Loading…
Reference in a new issue