From: Mike Rylander Date: Fri, 16 Sep 2011 18:11:14 +0000 (-0400) Subject: Correct typo of the field name in the CDBI stuffs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fmiker%2Fttopac-metabib-display-field;p=working%2FEvergreen.git Correct typo of the field name in the CDBI stuffs Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm index ead8c27276..08623a6039 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm @@ -31,7 +31,7 @@ package config::metabib_field; use base qw/config/; __PACKAGE__->table('config_metabib_field'); __PACKAGE__->columns(Primary => 'id'); -__PACKAGE__->columns(Essential => qw/field_class name xpath weight format search_field facet_field metabib_field/); +__PACKAGE__->columns(Essential => qw/field_class name xpath weight format search_field facet_field display_field/); #------------------------------------------------------------------------------- package config::identification_type;