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

(-)a/circ/returns.pl (+1 lines)
Lines 611-616 foreach ( sort { $a <=> $b } keys %returneditems ) { Link Here
611
        $ri{barcode}             = $bar_code;
611
        $ri{barcode}             = $bar_code;
612
        $ri{homebranch}          = $item->homebranch;
612
        $ri{homebranch}          = $item->homebranch;
613
        $ri{holdingbranch}       = $item->holdingbranch;
613
        $ri{holdingbranch}       = $item->holdingbranch;
614
        $ri{damaged}             = $item->damaged;
614
615
615
        $ri{location} = $item->location;
616
        $ri{location} = $item->location;
616
        my $shelfcode = $ri{'location'};
617
        my $shelfcode = $ri{'location'};
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +3 lines)
Lines 846-851 Link Here
846
                                            [% ELSE %]
846
                                            [% ELSE %]
847
                                                Not checked out
847
                                                Not checked out
848
                                            [% END %]
848
                                            [% END %]
849
                                            [% IF ( riloo.damaged ) %]
850
                                                <span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', riloo.damaged ) | html %]</span>
851
                                            [% END %]
849
                                        </td>
852
                                        </td>
850
                                        <td class="ci-title">
853
                                        <td class="ci-title">
851
                                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber | uri %]">
854
                                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber | uri %]">
852
- 

Return to bug 18170