Bug 9528: Add delivery branch to the place hold display
[koha.git] / svc / holds
index 263f8ec..d5f772a 100755 (executable)
--- a/svc/holds
+++ b/svc/holds
@@ -79,6 +79,7 @@ while ( my $h = $holds_rs->next() ) {
         title          => $h->biblio()->title(),
         author         => $h->biblio()->author(),
         reserve_id     => $h->reserve_id(),
+        branchcode     => $h->branchcode()->branchname(),
         reservedate    => $h->reservedate(),
         expirationdate => $h->expirationdate(),
         suspend        => $h->suspend(),