[open-ils-commits] r13558 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 9 16:10:52 EDT 2009
Author: erickson
Date: 2009-07-09 16:10:48 -0400 (Thu, 09 Jul 2009)
New Revision: 13558
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm
Log:
added usr_summary column to storage since most of the stat-cat mgmnt code is still using storage
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm 2009-07-09 20:10:16 UTC (rev 13557)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm 2009-07-09 20:10:48 UTC (rev 13558)
@@ -117,7 +117,7 @@
__PACKAGE__->table( 'actor_stat_cat' );
__PACKAGE__->columns( Primary => qw/id/ );
-__PACKAGE__->columns( Essential => qw/owner name opac_visible/ );
+__PACKAGE__->columns( Essential => qw/owner name opac_visible usr_summary/ );
#-------------------------------------------------------------------------------
package actor::stat_cat_entry;
More information about the open-ils-commits
mailing list