Bug 21511: (RM follow-up) Use orders.count instead of new variable
[koha.git] / serials / subscription-detail.pl
index 2e1139b..4eefe18 100755 (executable)
@@ -148,7 +148,6 @@ $template->param(
     irregular_issues => scalar @irregular_issues,
     default_bib_view => $default_bib_view,
     orders => $orders,
-    order_count => $orders->count,
     (uc(C4::Context->preference("marcflavour"))) => 1,
 );