[open-ils-commits] r18426 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 20 16:34:16 EDT 2010
Author: miker
Date: 2010-10-20 16:34:11 -0400 (Wed, 20 Oct 2010)
New Revision: 18426
Modified:
branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
add start_date and end_date to scap serialization
Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-10-20 20:33:32 UTC (rev 18425)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-10-20 20:34:11 UTC (rev 18426)
@@ -3074,7 +3074,7 @@
$xml .= $_ . '="' . $self->escape( $self->obj->$_ ) . '" ' for (qw/
create_date type active pattern_code enum_1 enum_2 enum_3 enum_4
- enum_5 enum_6 chron_1 chron_2 chron_3 chron_4 chron_5
+ enum_5 enum_6 chron_1 chron_2 chron_3 chron_4 chron_5 start_date end_date
/);
$xml .= ">\n";
$xml .= OpenILS::Application::SuperCat::unAPI->new( $self->obj->subscription )->as_xml({ %$args, no_captions_and_patterns=>1 }) if (!$args->{no_subscription});
More information about the open-ils-commits
mailing list