From 6837d07e4a2500542089b03e5e37046670bf5ee4 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Thu, 17 Feb 2011 10:43:44 -0500 Subject: [PATCH] Tell everything else about the label_sortkey field on parts --- Open-ILS/examples/fm_IDL.xml | 1 + Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 94efc69ce5..7f659bbc15 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1940,6 +1940,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + 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 5d104abf6e..3df2ee5aca 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 @@ -27,7 +27,7 @@ package biblio::monograph_part; use base qw/biblio/; biblio::monograph_part->table( 'biblio_monograph_part' ); -biblio::monograph_part->columns( Essential => qw/id record label/ ); +biblio::monograph_part->columns( Essential => qw/id record label label_sortkey/ ); #------------------------------------------------------------------------------- 1; -- 2.11.0