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

(-)a/svc/letters/preview (-3 / +2 lines)
Lines 19-27 Link Here
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw( -utf8 );
21
use CGI qw( -utf8 );
22
use C4::Auth;
22
use C4::Auth qw( get_template_and_user );
23
use C4::Context;
23
use C4::Context;
24
use C4::Output;
24
use C4::Output qw( output_html_with_http_headers );
25
use C4::Circulation;
25
use C4::Circulation;
26
use C4::Letters;
26
use C4::Letters;
27
use Koha::Checkouts;
27
use Koha::Checkouts;
28
- 

Return to bug 17600