Follow-up to 103e97c400a64a33fb12bea3b34d525251564b57
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Tue, 22 Sep 2009 13:38:48 +0000 (15:38 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:40 +0000 (11:30 +0200)
serials/routing-preview.pl

index 7d5f65f..16dd713 100755 (executable)
@@ -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;