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

(-)a/admin/columns_settings.pl (-3 / +2 lines)
Lines 4-11 use Modern::Perl; Link Here
4
use CGI;
4
use CGI;
5
use C4::Auth qw( get_template_and_user );
5
use C4::Auth qw( get_template_and_user );
6
use C4::Context;
6
use C4::Context;
7
use C4::Output                            qw( output_html_with_http_headers );
7
use C4::Output qw( output_html_with_http_headers );
8
use C4::Utils::DataTables::TablesSettings qw( get_modules );
8
use C4::Utils::DataTables::TablesSettings;
9
my $input = CGI->new;
9
my $input = CGI->new;
10
10
11
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
11
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
12
- 

Return to bug 40680