From 0c928d624fdb9320d6a4d3bbfcb6d1c5a9d3d8c0 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 15 Jul 2018 18:10:50 -0400 Subject: [PATCH] Comment fix. --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0