@@ -, +, @@ => You see /cgi-bin/koha/opac-discharge.pl with text 'What is a discharge? ...' => You see /cgi-bin/koha/opac-discharge.pl?op=request with text 'Your discharge request has been sent ...' => You see one discharge requets for the patron => Click on 'allow' on patron discharge request => You see link 'Get your discharge' => An error message should appear informing you to contact your website's admin => This time, a download prompt should appear --- Koha/Patron/Discharge.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Patron/Discharge.pm +++ a/Koha/Patron/Discharge.pm @@ -6,6 +6,7 @@ use File::Temp qw( :POSIX ); use Carp; use C4::Templates qw ( gettemplate ); +use C4::Letters qw ( GetPreparedLetter ); use Koha::Database; use Koha::DateUtils qw( dt_from_string output_pref ); --