[open-ils-commits] r18012 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Sep 26 12:27:19 EDT 2010


Author: gmc
Date: 2010-09-26 12:27:16 -0400 (Sun, 26 Sep 2010)
New Revision: 18012

Modified:
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm
Log:
added missing columns to CDBI table definitions

Signed-off-by: Galen Charlton <gmc at esilibrary.com>


Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm	2010-09-26 16:26:21 UTC (rev 18011)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm	2010-09-26 16:27:16 UTC (rev 18012)
@@ -10,7 +10,7 @@
 
 __PACKAGE__->table( 'asset_copy_location' );
 __PACKAGE__->columns( Primary => qw/id/ );
-__PACKAGE__->columns( Essential => qw/name owning_lib holdable hold_verify opac_visible circulate/ );
+__PACKAGE__->columns( Essential => qw/name owning_lib holdable hold_verify opac_visible circulate label_prefix label_suffix/ );
 
 #-------------------------------------------------------------------------------
 package asset::copy_location_order;
@@ -35,7 +35,7 @@
 __PACKAGE__->table( 'asset_call_number' );
 __PACKAGE__->columns( Primary => qw/id/ );
 __PACKAGE__->columns( Essential => qw/record label creator create_date editor
-				   edit_date record label owning_lib deleted/ );
+				   edit_date record label owning_lib deleted label_class label_sortkey/ );
 
 #-------------------------------------------------------------------------------
 package asset::call_number_note;
@@ -56,7 +56,7 @@
 				   fine_level circulate deposit price ref opac_visible
 				   circ_as_type circ_modifier deposit_amount location mint_condition
 				   holdable dummy_title dummy_author deleted alert_message
-				   age_protect floating/ );
+				   age_protect floating cost status_changed_time/ );
 
 #-------------------------------------------------------------------------------
 package asset::stat_cat;



More information about the open-ils-commits mailing list