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

(-)a/reserve/request.pl (-1 / +1 lines)
Lines 93-98 my $messages; Link Here
93
93
94
my $date = C4::Dates->today('iso');
94
my $date = C4::Dates->today('iso');
95
my $action = $input->param('action');
95
my $action = $input->param('action');
96
$action ||= q{};
96
97
97
if ( $action eq 'move' ) {
98
if ( $action eq 'move' ) {
98
  my $where = $input->param('where');
99
  my $where = $input->param('where');
99
- 

Return to bug 6562