Bug 34478: op =~ ^cud- in pl/pm - Manual parcels.pl
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
33a9427df5
commit
adbe19c06b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ my $input = CGI->new;
|
|||
my $booksellerid = $input->param('booksellerid');
|
||||
my $order = $input->param('orderby') || 'shipmentdate desc';
|
||||
my $startfrom = $input->param('startfrom');
|
||||
my $code = $input->param('cud-filter');
|
||||
my $code = $input->param('filter');
|
||||
my $datefrom = $input->param('datefrom');
|
||||
my $dateto = $input->param('dateto');
|
||||
my $resultsperpage = $input->param('resultsperpage');
|
||||
|
|
Loading…
Reference in a new issue