From: miker Date: Thu, 12 Oct 2006 19:50:40 +0000 (+0000) Subject: "correct" open_user_summary method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afad889355b91a29044d953c946242c44afeeb43;p=evergreen%2Fpines.git "correct" open_user_summary method git-svn-id: svn://svn.open-ils.org/ILS/trunk@6450 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm index 8ef4220a1e..ed25451394 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm @@ -82,7 +82,7 @@ sub search_ous { my $client = shift; my $usr = shift; - my @xacts = $self->method_lookup( 'open-ils.storage.money.billable_transaction.summary.search' )->run( { usr => $usr } ); + my @xacts = $self->method_lookup( 'open-ils.storage.money.billable_transaction.summary.search' )->run( { usr => $usr, xact_finish => undef } ); my ($total,$owed,$paid) = (0.0,0.0,0.0); for my $x (@xacts) {