]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1378575: teach action::hold_request about behind_desk
authorGalen Charlton <gmc@esilibrary.com>
Tue, 7 Oct 2014 23:42:18 +0000 (16:42 -0700)
committerBen Shum <bshum@biblio.org>
Thu, 9 Oct 2014 15:53:35 +0000 (11:53 -0400)
commit9c7b16588cbad34b58c904ce38ff34eb5d7653de
treefe2f8d515787947f03e77b905e94da1c044a94b9
parentc314369ee643e6d7baa7cda28fdba367eec4c296
LP#1378575: teach action::hold_request about behind_desk

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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm