Merge remote-tracking branch 'origin/new/bug_7284'
[koha.git] / serials / routing-preview.pl
index 6c8f184..8d6850a 100755 (executable)
@@ -131,6 +131,7 @@ $template->param(
     subscriptionid => $subscriptionid,
     memberloop => $memberloop,
     routingnotes => $routingnotes,
+    generalroutingnote => C4::Context->preference('RoutingListNote'),
     hasRouting => check_routing($subscriptionid),
     );