orig
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Sep 2019 12:29:07 +0000 (14:29 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Sep 2019 12:29:07 +0000 (14:29 +0200)
lib/Koha/Patron/Discharge.pm

index 5e7595d..3fbdc34 100644 (file)
@@ -142,6 +142,8 @@ sub generate_as_pdf {
     else {
         my $pdf = PDF::FromHTML->new( encoding => 'utf-8' );
         $pdf->load_file( $html_path );
+=for params
+=cut
         $pdf->convert;
         $pdf->write_file( $pdf_path );
     }