Merge branch 'bug_9824' into 3.14-master
[koha.git] / acqui / booksellers.pl
index 118034b..6db0bad 100755 (executable)
@@ -151,5 +151,6 @@ $template->param(
     supplier       => ( $booksellerid || $supplier ),
     count          => $supplier_count,
 );
+$template->{VARS}->{'allbaskets'} = $allbaskets;
 
 output_html_with_http_headers $query, $cookie, $template->output;