From: dbs Date: Thu, 10 Feb 2011 15:31:49 +0000 (+0000) Subject: Correct syntax error in BadDebt.pm X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=505f07bc5d4ee203fed82957add0cc01e5eeedec;p=evergreen%2Fequinox.git Correct syntax error in BadDebt.pm git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19424 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/BadDebt.pm b/Open-ILS/src/perlmods/OpenILS/WWW/BadDebt.pm index cb7c322d69..72cce27a94 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/BadDebt.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/BadDebt.pm @@ -100,7 +100,7 @@ sub handler { my $w; if ($s->xact_type eq 'circulation') { - $w = $cstore->request('open-ils.cstore.direct.action.circulation.retrieve' => $xact)->gather(1)->circ_lib : + $w = $cstore->request('open-ils.cstore.direct.action.circulation.retrieve' => $xact)->gather(1)->circ_lib; } elsif ($s->xact_type eq 'grocery') { $w = $cstore->request('open-ils.cstore.direct.money.grocery.retrieve' => $xact)->gather(1)->billing_location; } elsif ($s->xact_type eq 'reservation') {