From: miker Date: Mon, 18 Jun 2007 01:03:22 +0000 (+0000) Subject: forgot the CDBI model in the freezing support, as it is still used inside the hold... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e37b6d9b7d00a7e1ffc8d5c1876579da9382c2f;p=Evergreen.git forgot the CDBI model in the freezing support, as it is still used inside the hold targeter git-svn-id: svn://svn.open-ils.org/ILS/trunk@7441 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm index 95da045b28..2f9f8526a8 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm @@ -96,7 +96,7 @@ __PACKAGE__->columns(Essential => qw/request_time capture_time fulfillment_time prev_check_time expire_time requestor usr hold_type holdable_formats target cancel_time phone_notify email_notify selection_depth - pickup_lib current_copy request_lib + pickup_lib current_copy request_lib frozen fulfillment_staff fulfillment_lib selection_ou/); #-------------------------------------------------------------------------------