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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 1854-1859 sub searchResults { Link Here
1854
                ( $item->{$hbranch} ? $item->{$hbranch} . '--' : q{} )
1854
                ( $item->{$hbranch} ? $item->{$hbranch} . '--' : q{} )
1855
              . ( $item->{location} ? $item->{location} : q{} )
1855
              . ( $item->{location} ? $item->{location} : q{} )
1856
              . ( $item->{itype}    ? $item->{itype}    : q{} )
1856
              . ( $item->{itype}    ? $item->{itype}    : q{} )
1857
              . ( $item->{ccode}    ? $item->{ccode}    : q{} )
1857
              . ( $item->{itemcallnumber} ? $item->{itemcallnumber} : q{} );
1858
              . ( $item->{itemcallnumber} ? $item->{itemcallnumber} : q{} );
1858
# For each grouping of items (onloan, available, unavailable), we build a key to store relevant info about that item
1859
# For each grouping of items (onloan, available, unavailable), we build a key to store relevant info about that item
1859
            if ( $item->{onloan}
1860
            if ( $item->{onloan}
1860
- 

Return to bug 33725