From 197da21cbc5b15894dfc8dda500db32377851291 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 22 Sep 2009 20:56:16 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8335b421..0710c3fbd 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/); -- 2.11.0