bug 4131 have subscription so edit routing if one exists
[koha.git] / serials / routing-preview.pl
index 477ae81..5d57c13 100755 (executable)
@@ -136,6 +136,7 @@ $template->param(
     subscriptionid => $subscriptionid,
     memberloop => \@results,
     routingnotes => $routingnotes,
+    hasRouting => check_routing($subscriptionid),
     );
 
 output_html_with_http_headers $query, $cookie, $template->output;