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->param('build' . $_) and $template->param(buildx => $_) and last; |
|
|
625 |
$template->{VARS}->{'build' . $_} and $template->{VARS}->{'buildx' . $_} and last; |
625 |
} |
626 |
} |
626 |
$template->param( 'referer' => $input->referer(), |
627 |
$template->param( 'referer' => $input->referer(), |
627 |
'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(), |
628 |
'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(), |
628 |
- |
|
|