Bug 6595:[ENH] [SIGNED-OFF] Add German translation of purchase suggestion mails
[koha.git] / serials / routing.pl
index 18519e3..2bd7d69 100755 (executable)
@@ -144,6 +144,7 @@ $template->param(
     op => $new,
     dates => $dates,
     routingnotes => $serials[0]->{'routingnotes'},
+    hasRouting => check_routing($subscriptionid),
     );
 
         output_html_with_http_headers $query, $cookie, $template->output;