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

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

Return to bug 41132