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

(-)a/circ/returns.pl (+1 lines)
Lines 602-607 foreach ( sort { $a <=> $b } keys %returneditems ) { Link Here
602
        $ri{barcode}             = $bar_code;
602
        $ri{barcode}             = $bar_code;
603
        $ri{homebranch}          = $item->homebranch;
603
        $ri{homebranch}          = $item->homebranch;
604
        $ri{holdingbranch}       = $item->holdingbranch;
604
        $ri{holdingbranch}       = $item->holdingbranch;
605
        $ri{damaged}             = $item->damaged;
605
606
606
        $ri{location} = $item->location;
607
        $ri{location} = $item->location;
607
        my $shelfcode = $ri{'location'};
608
        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