From: Jason Stephenson Date: Sun, 15 Jul 2018 22:10:50 +0000 (-0400) Subject: Comment fix. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c928d624fdb9320d6a4d3bbfcb6d1c5a9d3d8c0;p=working%2FEvergreen.git Comment fix. --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm index 22c4b779ed..9e4b9244e2 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm @@ -1399,7 +1399,7 @@ sub mark_item { return $evt if $evt; } - # Everything below here requires a transaction and there is nothing left to interfere with it. + # Things below here require a transaction and there is nothing left to interfere with it. $e->xact_begin; # Handle extra mark damaged charges, etc.