From: miker Date: Thu, 7 Jul 2005 16:36:10 +0000 (+0000) Subject: somehow I forgot the holdable field.... oops X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=842e37c87b93d809238cecd82816eda654928400;p=Evergreen.git somehow I forgot the holdable field.... oops git-svn-id: svn://svn.open-ils.org/ILS/trunk@1091 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm index 435e3386f9..881ca0cefc 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm @@ -18,7 +18,8 @@ use base qw/asset/; __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/ ); +__PACKAGE__->columns( Essential => qw/record label creator create_date editor + edit_date record label owning_lib/ ); #------------------------------------------------------------------------------- package asset::call_number_note; @@ -37,7 +38,8 @@ __PACKAGE__->columns( Primary => qw/id/ ); __PACKAGE__->columns( Essential => qw/call_number barcode creator create_date editor edit_date copy_number status loan_duration circ_lib fine_level circulate deposit price ref opac_visible - circ_as_type circ_modifier deposit_amount location/ ); + circ_as_type circ_modifier deposit_amount location + holdable/ ); #------------------------------------------------------------------------------- package asset::stat_cat;