From cc2ca67ca0ef80be3f982952e60b2076ef29df6d Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 22 Sep 2009 15:38:48 +0200 Subject: [PATCH] Follow-up to 103e97c400a64a33fb12bea3b34d525251564b57 --- serials/routing-preview.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/serials/routing-preview.pl b/serials/routing-preview.pl index 7d5f65f5bd..16dd7136c6 100755 --- a/serials/routing-preview.pl +++ b/serials/routing-preview.pl @@ -103,6 +103,7 @@ my @results; my $data; for(my $i=0;$i<$routing;$i++){ $data=GetMember($routinglist[$i]->{'borrowernumber'},'borrowernumber'); + $data->{'location'}=$data->{'branchcode'}; $data->{'name'}="$data->{'firstname'} $data->{'surname'}"; $data->{'routingid'}=$routinglist[$i]->{'routingid'}; $data->{'subscriptionid'}=$subscriptionid; -- 2.39.5