From c5e4c424db6e6e9e16b2c21d2a19a7cc7017bac9 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 19 Apr 2019 11:25:19 -0400 Subject: [PATCH] add vandelay_queue to the types of containers retrieved by batch edit Signed-off-by: Rogan Hamby --- Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm index 33d0f042f3..27a03e1107 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm @@ -421,7 +421,7 @@ sub show_template { { data : cbreb.toStoreData( fieldmapper.standardRequest( ['open-ils.actor','open-ils.actor.container.retrieve_by_class.authoritative'], - [u.authtoken, u.user.id(), 'biblio', 'staff_client'] + [u.authtoken, u.user.id(), 'biblio', ['staff_client','vandelay_queue']] ) ) } -- 2.11.0