From afad889355b91a29044d953c946242c44afeeb43 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 12 Oct 2006 19:50:40 +0000 Subject: [PATCH] "correct" open_user_summary method git-svn-id: svn://svn.open-ils.org/ILS/trunk@6450 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0