From 7f8010cf1d8bc09a6c69a8454b0941718d0fad13 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 5 Sep 2006 11:06:29 +0000 Subject: [PATCH] oops git-svn-id: svn://svn.open-ils.org/ILS/trunk@5958 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index d379846914..d1909b43c8 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1815,7 +1815,7 @@ sub user_transaction_history { my @xact = (xact_type => $type) if(defined($type)); my @balance = (balance_owed => { "!=" => 0}) if($api =~ /have_balance/); my @charge = (last_billing_ts => { "!=" => undef }) if $api =~ /have_charge/; - my @total_billed = (total_billed => { "!=" => 0}) if $api =~ /have_bill/; + my @total_billed = (total_owed => { "!=" => 0}) if $api =~ /have_bill/; my @xact_finish = (xact_finish => undef ) if $api =~ /still_open/; return $e->search_money_billable_transaction_summary( -- 2.43.2