[open-ils-commits] r7518 -
branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 5 08:58:51 EDT 2007
Author: erickson
Date: 2007-07-05 08:55:00 -0400 (Thu, 05 Jul 2007)
New Revision: 7518
Modified:
branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
Log:
removed old, innaccurate code comment
Modified: branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
===================================================================
--- branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm 2007-07-05 12:02:38 UTC (rev 7517)
+++ branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm 2007-07-05 12:55:00 UTC (rev 7518)
@@ -208,12 +208,8 @@
# If we're not updating the TCN, all we care about it the marcdoc
my $override = $self->api_name =~ /override/;
-
my $storage = OpenSRF::AppSession->create('open-ils.storage');
- # XXX should .update even bother with the tcn_info if it's not going to replace it?
- # there is the potential for returning a TCN_EXISTS event, even though no replacement happens
-
my( $tcn, $tsource, $marcdoc, $evt);
if($fixtcn or $override) {
More information about the open-ils-commits
mailing list