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

(-)a/acqui/parcels.pl (-2 / +1 lines)
Lines 79-85 use C4::Budgets; Link Here
79
79
80
my $input          = CGI->new;
80
my $input          = CGI->new;
81
my $booksellerid     = $input->param('booksellerid');
81
my $booksellerid     = $input->param('booksellerid');
82
my $order          = $input->param('orderby') || 'datereceived desc';
82
my $order          = $input->param('orderby') || 'shipmentdate desc';
83
my $startfrom      = $input->param('startfrom');
83
my $startfrom      = $input->param('startfrom');
84
my $code           = $input->param('filter');
84
my $code           = $input->param('filter');
85
my $datefrom       = $input->param('datefrom');
85
my $datefrom       = $input->param('datefrom');
86
- 

Return to bug 10152