[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6bd672af7d6c755c36b65f8efa336002a8a36d5a
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 15 14:49:11 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 6bd672af7d6c755c36b65f8efa336002a8a36d5a (commit)
from 2a7a6e81bea10340638629a2dee24ce4ee3d0c68 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6bd672af7d6c755c36b65f8efa336002a8a36d5a
Author: Chris Sharp <csharp at georgialibraries.org>
Date: Thu Sep 15 14:28:09 2016 -0400
LP#1624025 - Add 'is_available' field to config::copy_status
The fix to bug 1464709 overlooked a necessary place to define
the newly added 'is_available' column to the config.copy_status
table.
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm
index 3873405..62c7777 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm
@@ -73,7 +73,7 @@ package config::copy_status;
use base qw/config/;
__PACKAGE__->table('config_copy_status');
__PACKAGE__->columns(Primary => 'id');
-__PACKAGE__->columns(Essential => qw/name holdable opac_visible copy_active restrict_copy_delete/);
+__PACKAGE__->columns(Essential => qw/name holdable opac_visible copy_active restrict_copy_delete is_available/);
#-------------------------------------------------------------------------------
package config::net_access_level;
-----------------------------------------------------------------------
Summary of changes:
.../lib/OpenILS/Application/Storage/CDBI/config.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list