Bug 30719: Remove unused (and wrong) key in Koha::Illrequest->strings_map()
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
e21c19e170
commit
f51f1265a1
1 changed files with 0 additions and 12 deletions
|
@ -1995,18 +1995,6 @@ sub strings_map {
|
|||
};
|
||||
}
|
||||
|
||||
my $batch = $self->batch;
|
||||
if ($batch) {
|
||||
$strings->{"batch"} = {
|
||||
ill_batch_id => $batch->ill_batch_id,
|
||||
name => $batch->name,
|
||||
backend => $batch->backend,
|
||||
patron_id => $batch->patron_id,
|
||||
library_id => $batch->library_id,
|
||||
status_code => $batch->status_code
|
||||
};
|
||||
}
|
||||
|
||||
return $strings;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue