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

(-)a/Koha/Patron/Password/Recovery.pm (-1 / +1 lines)
Lines 139-144 sub SendPasswordRecoveryEmail { Link Here
139
        letter_code => $staff ? 'STAFF_PASSWORD_RESET' : 'PASSWORD_RESET',
139
        letter_code => $staff ? 'STAFF_PASSWORD_RESET' : 'PASSWORD_RESET',
140
        branchcode  => $borrower->branchcode,
140
        branchcode  => $borrower->branchcode,
141
        lang        => $borrower->lang,
141
        lang        => $borrower->lang,
142
        tables      => { 'branches'       => $borrower->branchcode },
142
        substitute  => { passwordreseturl => $uuidLink, user => $borrower->userid },
143
        substitute  => { passwordreseturl => $uuidLink, user => $borrower->userid },
143
    );
144
    );
144
145
145
- 

Return to bug 41132