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

(-)a/acqui/newordersuggestion.pl (-2 / +1 lines)
Lines 93-99 use Modern::Perl; Link Here
93
use CGI qw ( -utf8 );
93
use CGI qw ( -utf8 );
94
use C4::Auth qw( get_template_and_user );
94
use C4::Auth qw( get_template_and_user );
95
use C4::Output qw( output_html_with_http_headers );
95
use C4::Output qw( output_html_with_http_headers );
96
use C4::Suggestions qw( ConnectSuggestionAndBiblio SearchSuggestion );
96
use C4::Suggestions qw( ConnectSuggestionAndBiblio );
97
use C4::Budgets;
97
use C4::Budgets;
98
98
99
use Koha::Acquisition::Booksellers;
99
use Koha::Acquisition::Booksellers;
100
- 

Return to bug 23991