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

(-)a/circ/returns.pl (-1 / +3 lines)
Lines 591-596 foreach ( sort { $a <=> $b } keys %returneditems ) { Link Here
591
        # FIXME pass $item to the template and we are done here...
591
        # FIXME pass $item to the template and we are done here...
592
        $ri{itembiblionumber}    = $biblio->biblionumber;
592
        $ri{itembiblionumber}    = $biblio->biblionumber;
593
        $ri{itemtitle}           = $biblio->title;
593
        $ri{itemtitle}           = $biblio->title;
594
        $ri{subtitle}            = $biblio->subtitle;
595
        $ri{part_name}           = $biblio->part_name;
596
        $ri{part_number}         = $biblio->part_number;
594
        $ri{itemauthor}          = $biblio->author;
597
        $ri{itemauthor}          = $biblio->author;
595
        $ri{itemcallnumber}      = $item->itemcallnumber;
598
        $ri{itemcallnumber}      = $item->itemcallnumber;
596
        $ri{dateaccessioned}     = $item->dateaccessioned;
599
        $ri{dateaccessioned}     = $item->dateaccessioned;
597
- 

Return to bug 7074