From: Mike Rylander Date: Thu, 17 Feb 2011 15:43:44 +0000 (-0500) Subject: Tell everything else about the label_sortkey field on parts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6837d07e4a2500542089b03e5e37046670bf5ee4;p=evergreen%2Fequinox.git Tell everything else about the label_sortkey field on parts --- 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;