From: miker Date: Tue, 22 Sep 2009 20:56:16 +0000 (+0000) Subject: adding the new shelf_time field to action::hold_request Class::DBI representation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=197da21cbc5b15894dfc8dda500db32377851291;p=evergreen%2Fmasslnc.git adding the new shelf_time field to action::hold_request Class::DBI representation git-svn-id: svn://svn.open-ils.org/ILS/trunk@14103 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 c8335b4217..0710c3fbdc 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm @@ -94,7 +94,7 @@ __PACKAGE__->table('action_hold_request'); __PACKAGE__->columns(Primary => 'id'); __PACKAGE__->columns(Essential => qw/request_time capture_time fulfillment_time prev_check_time expire_time requestor usr cancel_cause - hold_type holdable_formats target cancel_time + hold_type holdable_formats target cancel_time shelf_time phone_notify email_notify selection_depth cancel_note pickup_lib current_copy request_lib frozen thaw_date fulfillment_staff fulfillment_lib selection_ou/);