add start_date and end_date to scap serialization
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Oct 2010 20:33:32 +0000 (20:33 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Oct 2010 20:33:32 +0000 (20:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18425 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm

index 579f978..714e676 100644 (file)
@@ -3074,7 +3074,7 @@ sub as_xml {
 
     $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});