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

(-)a/members/printslip.pl (-1 / +1 lines)
Lines 105-110 if ( $print eq 'checkinslip' ) { Link Here
105
        module => 'circulation',
105
        module => 'circulation',
106
        letter_code => 'CHECKINSLIP',
106
        letter_code => 'CHECKINSLIP',
107
        branchcode => $checkinslip_branch,
107
        branchcode => $checkinslip_branch,
108
        lang => $patron->lang,
108
        tables => {
109
        tables => {
109
            branches => $checkinslip_branch,
110
            branches => $checkinslip_branch,
110
            borrowers => $borrowernumber,
111
            borrowers => $borrowernumber,
111
- 

Return to bug 12224