Bug 36996: (follow-up) Fix for notforloan name change from bug 28762
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
728e83bb47
commit
4a5ebab45f
1 changed files with 1 additions and 1 deletions
|
@ -2615,7 +2615,7 @@ sub z3950_status {
|
|||
push @statuses, $status_strings->{LOST} // "LOST";
|
||||
}
|
||||
|
||||
if ( $self->is_notforloan() ) {
|
||||
if ( $self->effective_not_for_loan_status() ) {
|
||||
push @statuses, $status_strings->{NOT_FOR_LOAN} // "NOT_FOR_LOAN";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue