Bug 6151 - Followup - Change 'itemnumber' to 'barcode'
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This commit is contained in:
parent
7cbb0debf5
commit
bf61215e9e
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ sub build_issue_data {
|
|||
$it->{'od'} = $it->{'overdue'};
|
||||
($it->{'author'} eq '') and $it->{'author'} = ' ';
|
||||
$it->{'renew_failed'} = $renew_failed{$it->{'itemnumber'}};
|
||||
$it->{'return_failed'} = $return_failed{$it->{'itemnumber'}};
|
||||
$it->{'return_failed'} = $return_failed{$it->{'barcode'}};
|
||||
|
||||
if ( $it->{'issuedate'} gt $todaysdate or $it->{'lastreneweddate'} gt $todaysdate ) {
|
||||
(!$relatives) ? push @todaysissues, $it : push @relissues, $it;
|
||||
|
|
Loading…
Reference in a new issue