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

(-)a/acqui/histsearch.pl (-2 / +1 lines)
Lines 58-64 use Koha::AdditionalFields; Link Here
58
use Koha::DateUtils qw( dt_from_string );
58
use Koha::DateUtils qw( dt_from_string );
59
59
60
my $input = CGI->new;
60
my $input = CGI->new;
61
my $do_search               = $input->param('cud-do_search') || 0;
61
my $do_search               = $input->param('do_search') || 0;
62
62
63
my $dbh = C4::Context->dbh;
63
my $dbh = C4::Context->dbh;
64
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
64
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
65
- 

Return to bug 37377