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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 2718-2723 sub SendCirculationAlert { Link Here
2718
        letter_code => $type,
2718
        letter_code => $type,
2719
        branchcode => $branch,
2719
        branchcode => $branch,
2720
        tables => {
2720
        tables => {
2721
            'issues'      => $item->{itemnumber},
2721
            'biblio'      => $item->{biblionumber},
2722
            'biblio'      => $item->{biblionumber},
2722
            'biblioitems' => $item->{biblionumber},
2723
            'biblioitems' => $item->{biblionumber},
2723
            'borrowers'   => $borrower,
2724
            'borrowers'   => $borrower,
2724
- 

Return to bug 7848