[open-ils-commits] r14515 - trunk/Open-ILS/src/perlmods/OpenILS/Application (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 21 04:26:16 EDT 2009
Author: phasefx
Date: 2009-10-21 04:26:11 -0400 (Wed, 21 Oct 2009)
New Revision: 14515
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Log:
I like explicit semicolons
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-10-21 08:23:34 UTC (rev 14514)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-10-21 08:26:11 UTC (rev 14515)
@@ -397,7 +397,7 @@
return $e->die_event unless $e->checkauth;
if($self->api_name =~ /batch/) {
foreach my $c (@$circ_id) {
- $conn->respond(post_checkin_backdate_circ_impl($e, $c, $backdate))
+ $conn->respond(post_checkin_backdate_circ_impl($e, $c, $backdate));
}
} else {
$conn->respond_complete(post_checkin_backdate_circ_impl($e, $circ_id, $backdate));
More information about the open-ils-commits
mailing list