From 7b75d7589476ef690f93f923a515a3c21c1efdef Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 13 Oct 2010 16:31:49 +0000 Subject: [PATCH] wrong identifier git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18315 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Cat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm index 3864523035..9b1efed401 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -296,7 +296,7 @@ sub template_overlay_container { } if ($success eq 't') { - push(@good, $rid) if ($success eq 't'); + push(@good, $rec->id) if ($success eq 't'); unless ($e->delete_container_biblio_record_entry_bucket_item($item)) { $e->rollback; if ($actor) { -- 2.11.0