adding the new shelf_time field to action::hold_request Class::DBI representation
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 20:56:16 +0000 (20:56 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 20:56:16 +0000 (20:56 +0000)
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

index c8335b4..0710c3f 100644 (file)
@@ -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/);