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

(-)a/opac/opac-issue-note.pl (-1 / +1 lines)
Lines 74-79 if ( $action eq 'issuenote' && C4::Context->preference('AllowCheckoutNotes') ) { Link Here
74
                module => 'circulation',
74
                module => 'circulation',
75
                letter_code => 'CHECKOUT_NOTE',
75
                letter_code => 'CHECKOUT_NOTE',
76
                branchcode => $branch,
76
                branchcode => $branch,
77
                lang => $patron->lang,
77
                tables => {
78
                tables => {
78
                    'biblio' => $biblio->biblionumber,
79
                    'biblio' => $biblio->biblionumber,
79
                    'borrowers' => $borrowernumber,
80
                    'borrowers' => $borrowernumber,
80
- 

Return to bug 17698