[open-ils-commits] r18421 - trunk/Open-ILS/src/perlmods/OpenILS/Application (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 20 16:13:54 EDT 2010
Author: senator
Date: 2010-10-20 16:13:49 -0400 (Wed, 20 Oct 2010)
New Revision: 18421
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
Remove accidental duplicated line
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-10-20 19:52:20 UTC (rev 18420)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-10-20 20:13:49 UTC (rev 18421)
@@ -3115,7 +3115,6 @@
}
$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 .= " </issuance>\n";
return $xml;
More information about the open-ils-commits
mailing list