This patch teaches the CDBI class for the action.hold_request
table about the newish behind_desk column, preventing errors
like this from being thrown if a recent OpenSRF version is in
use:
Processing of hold failed: Can't locate object method "behind_desk"
via package "action::hold_request" at /usr/local/share/perl/5.14.2/OpenILS/Application/Storage/CDBI.pm line 181.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
phone_notify email_notify sms_notify sms_carrier selection_depth cancel_note
pickup_lib current_copy request_lib frozen thaw_date mint_condition
fulfillment_staff fulfillment_lib selection_ou cut_in_line
- shelf_expire_time current_shelf_lib/);
+ shelf_expire_time current_shelf_lib behind_desk/);
#-------------------------------------------------------------------------------