Merge branch 'bug_10230' into 3.14-master
[koha.git] / tools / viewlog.pl
index 29386b3..e48aaef 100755 (executable)
@@ -96,6 +96,7 @@ if ($src eq 'circ') {   # if we were called from circulation, use the circulatio
                         email           => $data->{'email'},
                         branchcode      => $data->{'branchcode'},
                         branchname             => GetBranchName($data->{'branchcode'}),
+                        RoutingSerials => C4::Context->preference('RoutingSerials'),
     );
 }