From: erickson Date: Wed, 6 Sep 2006 06:29:45 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=69185710ee1e2d89b901670af727e0de9d6a9bb9;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5984 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index 4bb03cc2ac..9719a52fd1 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1362,7 +1362,7 @@ sub user_transactions { } - $trans = [ grep { !$_->xact_finish } @$trans; + $trans = [ grep { !$_->xact_finish } @$trans ]; if($api =~ /total/o) { my $total = 0.0; @@ -1885,7 +1885,7 @@ sub user_transaction_history { @mbts = grep { int($_->balance_owed * 100) != 0 } @mbts; } - if($api =~ /have_charge)/o) { + if($api =~ /have_charge/o) { @mbts = grep { defined($_->last_billing_ts) } @mbts; }