Tell everything else about the label_sortkey field on parts
authorMike Rylander <mrylander@gmail.com>
Thu, 17 Feb 2011 15:43:44 +0000 (10:43 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 17 Feb 2011 15:43:44 +0000 (10:43 -0500)
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm

index 94efc69..7f659bb 100644 (file)
@@ -1940,6 +1940,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field name="id" reporter:datatype="id" />
                        <field name="record" reporter:datatype="link"/>
                        <field name="label" reporter:datatype="text"/>
+                       <field name="label_sortkey" reporter:datatype="text"/>
                </fields>
                <links>
                        <link field="record" reltype="has_a" key="id" map="" class="bre"/>
index 5d104ab..3df2ee5 100644 (file)
@@ -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;