From: senator Date: Wed, 20 Oct 2010 20:13:49 +0000 (+0000) Subject: Remove accidental duplicated line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4755cde1b2811596a3bea86b3ebe32f638082da1;p=evergreen%2Fbjwebb.git Remove accidental duplicated line git-svn-id: svn://svn.open-ils.org/ILS/trunk@18421 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index 65d9b6caa..579f978a7 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -3115,7 +3115,6 @@ sub as_xml { } $xml .= OpenILS::Application::SuperCat::unAPI->new( $self->obj->subscription )->as_xml({ %$args, no_issuances=>1 }) if (!$args->{no_subscription}); - $xml .= OpenILS::Application::SuperCat::unAPI->new( $self->obj->subscription )->as_xml({ %$args, no_issuances=>1 }) if (!$args->{no_subscription}); $xml .= " \n"; return $xml;