From c79f9a69ec0e3517dcbc1ebf08faf95531eaa2dc Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 6 Jul 2011 16:34:41 -0400 Subject: [PATCH] Correct CDBI field name on biblio::peer_bib_copy_map Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm index 44dbd4a892..24e484c231 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm @@ -35,7 +35,7 @@ package biblio::peer_bib_copy_map; use base qw/biblio/; biblio::peer_bib_copy_map->table( 'biblio_peer_bib_copy_map' ); -biblio::peer_bib_copy_map->columns( Essential => qw/id peer_type peer_bib target_copy/ ); +biblio::peer_bib_copy_map->columns( Essential => qw/id peer_type peer_record target_copy/ ); #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -- 2.11.0