3 # Routing.pl script used to create a routing list for a serial subscription
4 # In this instance it is in fact a setting up of a list of reserves for the item
5 # where the hierarchical order can be changed on the fly and a routing list can be
17 my $subscriptionid = $query->param('subscriptionid');
18 my $routingid = $query->param('routingid');
19 my $rank = $query->param('rank');
21 reorder_members
($subscriptionid,$routingid,$rank);
23 print $query->redirect("/cgi-bin/koha/serials/routing.pl?subscriptionid=$subscriptionid");