X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FItems.pm;h=2d2c62ce9403445f4c92be9644136b52f8f8d8db;hb=fe54d7ca248b5f12914bd53f1703bb73c871cbdb;hp=9283b5c63e11fb6a5b34773f5b0a566132d0760d;hpb=f1d68112820483b8cc5e837f6ded6f9bebe83717;p=koha.git diff --git a/C4/Items.pm b/C4/Items.pm index 9283b5c63e..2d2c62ce94 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -1284,8 +1284,8 @@ sub GetItemsInfo { # get restricted status and description if applicable if ( my $code = C4::Koha::GetAuthValCode( 'items.restricted', $data->{frameworkcode} ) ) { - $data->{restricted} = C4::Koha::GetKohaAuthorisedValueLib( $code, $data->{restricted} ); $data->{restrictedopac} = C4::Koha::GetKohaAuthorisedValueLib( $code, $data->{restricted}, 1 ); + $data->{restricted} = C4::Koha::GetKohaAuthorisedValueLib( $code, $data->{restricted} ); } # my stack procedures