From 69185710ee1e2d89b901670af727e0de9d6a9bb9 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 6 Sep 2006 06:29:45 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5984 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.43.2