Bug 7567 - Use, display, filter News by library
[koha.git] / C4 / Members.pm
index 486a61d..1d098c5 100644 (file)
@@ -2345,7 +2345,7 @@ sub IssueSlip {
             'news' => [ map {
                 $_->{'timestamp'} = $_->{'newdate'};
                 { opac_news => $_ }
-            } @{ GetNewsToDisplay("slip") } ],
+            } @{ GetNewsToDisplay("slip",$branch) } ],
         );
     }