Patch from James Fournie to remove a confusing (though strictly correct) comment
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Dec 2010 19:50:17 +0000 (19:50 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Dec 2010 19:50:17 +0000 (19:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18973 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index bb33e89..fa75db4 100644 (file)
@@ -2055,7 +2055,6 @@ sub user_transaction_history {
     $filter ||= {};
     $options ||= {};
 
-       # run inside of a transaction to prevent replication delays
        my $e = new_editor(authtoken=>$auth);
        return $e->die_event unless $e->checkauth;