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

(-)a/circ/returns.pl (+1 lines)
Lines 601-606 foreach ( sort { $a <=> $b } keys %returneditems ) { Link Here
601
        $ri{barcode}             = $bar_code;
601
        $ri{barcode}             = $bar_code;
602
        $ri{homebranch}          = $item->homebranch;
602
        $ri{homebranch}          = $item->homebranch;
603
        $ri{holdingbranch}       = $item->holdingbranch;
603
        $ri{holdingbranch}       = $item->holdingbranch;
604
        $ri{damaged}             = $item->damaged;
604
605
605
        $ri{location} = $item->location;
606
        $ri{location} = $item->location;
606
        my $shelfcode = $ri{'location'};
607
        my $shelfcode = $ri{'location'};
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +3 lines)
Lines 809-814 Link Here
809
                                            [% ELSE %]
809
                                            [% ELSE %]
810
                                                Not checked out
810
                                                Not checked out
811
                                            [% END %]
811
                                            [% END %]
812
                                            [% IF ( riloo.damaged ) %]
813
                                                <span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', riloo.damaged ) | html %]</span>
814
                                            [% END %]
812
                                        </td>
815
                                        </td>
813
                                        <td class="ci-title">
816
                                        <td class="ci-title">
814
                                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber | uri %]">
817
                                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber | uri %]">
815
- 

Return to bug 18170