[open-ils-commits] r14103 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 22 16:56:21 EDT 2009
Author: miker
Date: 2009-09-22 16:56:16 -0400 (Tue, 22 Sep 2009)
New Revision: 14103
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm
Log:
adding the new shelf_time field to action::hold_request Class::DBI representation
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm 2009-09-22 20:36:55 UTC (rev 14102)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm 2009-09-22 20:56:16 UTC (rev 14103)
@@ -94,7 +94,7 @@
__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/);
More information about the open-ils-commits
mailing list